Loading Tool

Explorer IconExplorer

Memory Pool

75,565 transactions
33.40 vMB
0.12437917 BTC
Random Selection Loading Transactions
Max Size: 186.35/200 MB

Candidate Block

Mining Attempt 0705834aa0f6cbb83a0f28af3bc1193ec34dd9086d45c0d97ea7432f5455ada9
Version 20000000
Previous Block 00000000000000000000c077d8988b15493bc1532da26f22c899c1307eed6203
Merkle Root c93e117742e3a3a5b94e30ddf5f3e209dbf1390bdc3545e2fe051966c2a740fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,139
Size: 1.00 vMB
Total Fees: 0.01782718 BTC
Feerates: 70.48 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,414 (10,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
905,128 905,128 0000000000000000000074545b7de406326ebfb1246a52ea1ed3c56fe1cab4ef 3,903 1.00/1.00 vMB 5
905,127 905,127 000000000000000000005bccb14b457c6b3708fa51aae493a355af9985984d6a 1,867 1.00/1.00 vMB 3
905,126 905,126 00000000000000000000117fb967b1171f6ac319a597413bd8f226e5945093b6 4,198 1.00/1.00 vMB 5
905,125 905,125 00000000000000000000b02dc343623bdda22f12cbb0737f2286ff6458d3cc47 2,791 0.93/1.00 vMB 3
905,124 905,124 000000000000000000010e224cd0223e40aa4374c06a43e299a25db802027c28 2,615 0.81/1.00 vMB 3
905,123 905,123 00000000000000000001939ed76ebe1fc079340a2db29e2cafcbf7509e503c2e 2,846 1.00/1.00 vMB 3
905,122 905,122 0000000000000000000260813cfda1788255b7cecafd98cd494d660dca931b13 3,223 1.00/1.00 vMB 3
905,121 905,121 0000000000000000000258f14ab0878af1aacff26aa01e2b40a40f359158f84b 2,845 1.00/1.00 vMB 3
905,120 905,120 0000000000000000000011a72dceabf0eef6cf70e8b5311df8977e4f85ce1d3d 3,131 1.00/1.00 vMB 2
905,119 905,119 000000000000000000001b000a777fc475710dd20c8c977033ae18e511dfd9a5 2,050 1.00/1.00 vMB 2
905,118 905,118 00000000000000000000e8ed3ec41d8cb1d25ff918dd33094a84f21809cbfa0e 1,040 1.00/1.00 vMB 1
905,117 905,117 00000000000000000000031588bf479187483864cf55b3eb38efb0132518e07f 2,368 1.00/1.00 vMB 2
905,116 905,116 000000000000000000017e54e52534d5d9ffb94caab047ae4d1b244f1577b62b 1,634 1.00/1.00 vMB 1
905,115 905,115 00000000000000000001888973f1be633bd77474a1ddeddc1149f098d22b0f68 3,430 1.00/1.00 vMB 5
905,114 905,114 000000000000000000012d8405d3e61df96f2e844bd8379bbd17f5a7f69c1a9f 2,954 1.00/1.00 vMB 3
905,113 905,113 00000000000000000002680610fd5792b908dc5b0559d2f4e5335b7ca5e8dcb8 1,036 1.00/1.00 vMB 1
905,112 905,112 00000000000000000000a53fede899a452adc99a5fa732ce218be735e734c65a 1,952 1.00/1.00 vMB 2
905,111 905,111 00000000000000000000b79ab81fe1b5db1254fc6dfb7a3ab602c02ae6bc97ca 3,794 1.00/1.00 vMB 5
905,110 905,110 00000000000000000001c8f1ed0e8de3a5536c6f754d30568ae2129c7e4179fb 2,769 1.00/1.00 vMB 4
905,109 905,109 00000000000000000002270cb2dfd5567845c7d76195f46824b0f6f2693441b8 2,413 1.00/1.00 vMB 3
905,108 905,108 00000000000000000000e9900f08f6dc109762d09d4d0b31b8ece5ab35a5401e 2,163 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 731.99 GB
    • Received: 18.53 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.