Loading Tool

Explorer IconExplorer

Memory Pool

78,916 transactions
29.41 vMB
0.08317263 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt 9ff503b92f9888d7fd17f7b3ebbd90847c2b6ae6be6c0739931806f4569a4b7d
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 68e84a33d5fe5d7993f8fc8af2bc249152fba4b777017aa3d36011b398eb7b37
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.01829834 BTC
Feerates: 402.60 > 1.83 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (499,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,821 415,821 000000000000000002862f9072c00bc131ec4d0d316cd4b6414f6941c73b6b38 2,001 1.00/1.00 vMB 40
415,820 415,820 0000000000000000011b84a53cc360c3055c2ef85b30e67197746ca06f5c2454 2,889 1.00/1.00 vMB 67
415,819 415,819 0000000000000000048a46dd7ca12c263d1b56c863eabac34438f52b20b54a56 2,658 1.00/1.00 vMB 58
415,818 415,818 000000000000000000cfd9cb954da25d754419b94d9b895d0f0eb9bbfb8c34fa 1,450 0.98/1.00 vMB 28
415,817 415,817 000000000000000001287e2b58e09d9b526c527d14a3ba7fc0e244155331df48 2,473 1.00/1.00 vMB 51
415,816 415,816 00000000000000000028fde258853f90818733ca0d7fe4c7b0ce9f24d79e0539 2,181 1.00/1.00 vMB 48
415,815 415,815 00000000000000000082893766c631c1ef5dd61ff3794043843c4bd494a0e710 2,328 1.00/1.00 vMB 41
415,814 415,814 0000000000000000030df6eade7d77dd1d07d243e7f716d0cf50a530018ea8ba 3,209 1.00/1.00 vMB 67
415,813 415,813 00000000000000000059674ef4d831477e4a5f6745427bf1a23b351ff9a616b5 2,607 0.99/1.00 vMB 47
415,812 415,812 000000000000000003f7017bd0bbb18a66302b0ffbe71b6de1f8798c8a771d16 323 0.11/1.00 vMB 46
415,811 415,811 0000000000000000005e08813337e3205b4017c3dfe7040ed88da75c9619bce3 644 0.27/1.00 vMB 43
415,810 415,810 00000000000000000357e37a8e1c008b12126b1cc641b885943ab9dc7e3fb58d 1,216 0.59/1.00 vMB 38
415,809 415,809 000000000000000002fcd0ebe6c3fad8592604215a7acbcb99007d43a2f3f2a5 73 0.08/1.00 vMB 21
415,808 415,808 000000000000000004e5391486ec2388a9fa602755b7ae3a49edccc6ae256773 2,425 1.00/1.00 vMB 53
415,807 415,807 0000000000000000053f5ae7d8a13a95bb075adc899614fdad138bb95216343d 2,121 0.99/1.00 vMB 43
415,806 415,806 000000000000000001164eda41bb2d10fc904c375d97f57e75d1573dff68b877 2,472 1.00/1.00 vMB 50
415,805 415,805 00000000000000000490023037c547d702d7956ec41d4140e1b283d2f8c0d1da 63 0.10/1.00 vMB 18
415,804 415,804 0000000000000000032485bab4cff26bacb290009de203e08b9f4a72f0a907d5 1,750 1.00/1.00 vMB 35
415,803 415,803 0000000000000000004289f18e8c6e9464b80fe893bfdfc411b8350a44043809 2,484 1.00/1.00 vMB 49
415,802 415,802 000000000000000000302251329fe50b3553ca339671ab690e7b6e0fb9de7494 2,751 1.00/1.00 vMB 59
415,801 415,801 000000000000000001a696095e9d283d6f1053e48d21ce2fe67f57515e1f0fa2 502 0.29/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.