Loading Tool

Explorer IconExplorer

Memory Pool

77,136 transactions
28.82 vMB
0.09728154 BTC
Random Selection Loading Transactions
Max Size: 174.89/200 MB

Candidate Block

Mining Attempt 0481aceda332c01368023ba973d8eccf8801433e6aac125f28eec068bb6db449
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 464dfc6a0e3ee1ead7ee77a991df7ead1de8395def38ad34b394c746ba664ba7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,427
Size: 1.00 vMB
Total Fees: 0.02943004 BTC
Feerates: 180.82 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (268,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,697 646,697 0000000000000000000eac38532c8d79b88bea8c4511a15f6a8e0842ff80b0bb 2,071 1.00/1.00 vMB 101
646,696 646,696 000000000000000000020df1e8bd37e0e7c1955426159311a56625fa1ffbc45d 2,645 1.00/1.00 vMB 72
646,695 646,695 000000000000000000043babb807b27ccff602737ce5f5ccf4c820f0b65b2c29 2,673 1.00/1.00 vMB 91
646,694 646,694 00000000000000000007fb74a443629ca14a63cce9758a5cae8ec240044040dd 2,643 1.00/1.00 vMB 134
646,693 646,693 00000000000000000002e3c5cf3d4d13b6361425ad9c6f28e5f5c861bf231116 2,299 1.00/1.00 vMB 96
646,692 646,692 00000000000000000009ce32e4306d99b0cb79eff4f3fa3797379cd98642c1d5 2,070 1.00/1.00 vMB 148
646,691 646,691 00000000000000000007993d47b6d0c6918c58240688eb97260ec636df46ebf6 1,459 1.00/1.00 vMB 133
646,690 646,690 0000000000000000000c71dfdda3d355806725aebea2727de015327468a06177 1,408 1.00/1.00 vMB 44
646,689 646,689 0000000000000000000771e9f47290ccb76bb79a8791220bf2f91c475898435f 1,868 1.00/1.00 vMB 83
646,688 646,688 0000000000000000000043d894353f91bb9f9fb37d77dd79f0ac58b2524bd9d3 934 1.00/1.00 vMB 46
646,687 646,687 0000000000000000000f4f817372847fc297bd8217ddd08a19de71a314037563 1,549 1.00/1.00 vMB 62
646,686 646,686 0000000000000000000915fa0c3b131e9d49f3bb32c3a089ae67a510fa6a1a53 1,699 1.00/1.00 vMB 37
646,685 646,685 00000000000000000005cdb662670817762edd77d66092b5453dac1f26a5b935 2,517 1.00/1.00 vMB 70
646,684 646,684 0000000000000000000a47eabdb7f17480c4e7ce96fa4d8dcf0aa129ea41f715 2,328 1.00/1.00 vMB 94
646,683 646,683 0000000000000000000941e6055ac5ceb0d19d04d1e1f62003211b55004fe746 2,656 1.00/1.00 vMB 101
646,682 646,682 0000000000000000000a40ddc133ef6bd6447c509cabfc702711d28b0e00e41a 2,239 1.00/1.00 vMB 89
646,681 646,681 00000000000000000001b2c211420cd62dfdee79bb82b47d5890fe25f4889e8e 2,344 1.00/1.00 vMB 70
646,680 646,680 000000000000000000085142a1f25559b56c252390ec6492da366b5f1d8236b1 2,129 1.00/1.00 vMB 66
646,679 646,679 0000000000000000000921659a20a0281a0b2d9fd44f3892e4cd351408dc84be 2,402 1.00/1.00 vMB 144
646,678 646,678 000000000000000000014ac8a1f5e6704f5b14502bbbd2b84a3516cd7402735e 2,102 1.00/1.00 vMB 121
646,677 646,677 0000000000000000000bf7604a2cbd58972eb53a026f09d6ffc7f7af2ec8f532 2,142 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.24 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.