Loading Tool

Explorer IconExplorer

Memory Pool

51,552 transactions
29.17 vMB
0.08274445 BTC
Random Selection Loading Transactions
Max Size: 156.26/200 MB

Candidate Block

Mining Attempt a46ae9c7b3243d6e3183a6da018860fd6c2daf9a2d01b16d4560135cd685b996
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 22d3da4fa65d98936de7670f509beac55c45128f8227730e018e485fbd3c2093
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,592
Size: 1.00 vMB
Total Fees: 0.01607972 BTC
Feerates: 70.37 > 1.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (459,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,687 455,687 00000000000000000019deddc4a9adb9983288ece3c33f53402de9119377b972 1,682 1.00/1.00 vMB 113
455,686 455,686 000000000000000001108082b0441d9fd5d3cb8334ca484b82950a279045d0db 1,840 1.00/1.00 vMB 116
455,685 455,685 000000000000000001fd8f1c1965dc6495b5222fa32e8e483cc332b04cd90ae0 2,572 1.00/1.00 vMB 126
455,684 455,684 000000000000000001e8753eb7c81682433da78c9bd5133c5399340c1a5507f4 2,742 1.00/1.00 vMB 114
455,683 455,683 00000000000000000114c17853144b0a4f826f50ac70736a6c38e5341435af5e 1,658 1.00/1.00 vMB 166
455,682 455,682 0000000000000000015fd3f96b112e0c1eac7177708f3df9f564d30ddce8a8ef 2,220 1.00/1.00 vMB 146
455,681 455,681 000000000000000000c4f5b380309d84147c7e75fdc6e37990b3a6494644e1a3 2,309 1.00/1.00 vMB 157
455,680 455,680 0000000000000000025805d267de87e7c9cfec2bb68c7b532989c77c4b3eb1e5 1,976 1.00/1.00 vMB 169
455,679 455,679 0000000000000000002ae369dd4c5c633971fb88948816a7cc6a58c2045b07eb 2,498 1.00/1.00 vMB 181
455,678 455,678 0000000000000000000c6c3080eca14eaf139cdaeeaab89d946a537661edc25e 2,256 1.00/1.00 vMB 164
455,677 455,677 00000000000000000034e69d1d5887a1f670a5142176d16f2cffca0a863bce00 1,838 1.00/1.00 vMB 130
455,676 455,676 000000000000000001826dda8bbac0f5d233bc9f136b5b0be78f278db18ac453 2,399 1.00/1.00 vMB 186
455,675 455,675 000000000000000001c7cdc25dc8e025fd20c22ae6ad703c296f5346b0591d93 1,628 1.00/1.00 vMB 180
455,674 455,674 0000000000000000008beeb103a7b77244dda0bead6fcd9505e16f1c55df5b62 1,746 1.00/1.00 vMB 100
455,673 455,673 000000000000000000a3df152280589fbf6dcfb52f7fe9255172ce21830dc3fd 1,861 1.00/1.00 vMB 146
455,672 455,672 000000000000000001f809425862af27ecffdaf31e9d6075349b450ac73312cf 2,657 1.00/1.00 vMB 194
455,671 455,671 00000000000000000173848067e963b13f052fc7b201d4b24e18f01d63b3278e 2,057 1.00/1.00 vMB 125
455,670 455,670 00000000000000000187a3c726334893ee5035a5e2f95fd217707a0f3a3bb0a4 2,128 1.00/1.00 vMB 133
455,669 455,669 000000000000000001e946651c88e8d8a44aaeb3b0ca2f49e21a1fc48b1f2ee4 1,528 1.00/1.00 vMB 110
455,668 455,668 0000000000000000002a7906c74105e647a090c2802796d215ed8c5f03cb0fb4 2,003 1.00/1.00 vMB 144
455,667 455,667 000000000000000002077bdc4ee2ff320fa249b6e8cd5c7fa646f3a929babba8 1,806 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 781.89 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: 645.12 GB
    • Received: 12.68 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.