Loading Tool

Explorer IconExplorer

Memory Pool

97,360 transactions
25.49 vMB
0.06658599 BTC
Random Selection Loading Transactions
Max Size: 172.06/200 MB

Candidate Block

Mining Attempt ae32f581c713dd6136636aa4b6ad97c4d72f4d9937f4699e931359942e88190c
Version 20000000
Previous Block 000000000000000000017590cae238dd765f7ca3d7ddb4ea46d35094013b178f
Merkle Root df1adaa68c9fd7688222f9334f1ec91574b5a1cea9d8a77f8cf96f719c760d35
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,630
Size: 1.00 vMB
Total Fees: 0.00517453 BTC
Feerates: 20.11 > 0.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,078 (888,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
27,123 27,123 000000005960c01c617d0083453ff6c5e2f1fa4127962193ec58e357d9338ee8 1 0.00/1.00 vMB 0
27,122 27,122 00000000c299fbced36e957e4f4e92ced3c83960109d0e67bac361096affec65 1 0.00/1.00 vMB 0
27,121 27,121 000000009a1dfdc0df5ce064294048125492048b6e43577643c9791a417eef68 1 0.00/1.00 vMB 0
27,120 27,120 000000000960e432cfc5344a35cb4c29eba8d17a150ddf2ea81d438868d45922 1 0.00/1.00 vMB 0
27,119 27,119 0000000099f6828904070b025901a5da35d044f91c693c430042fa1e39e77479 1 0.00/1.00 vMB 0
27,118 27,118 0000000035747e07d3e3e19b48cb67c865d4154d71f81474f1ed6b3ceaad7357 1 0.00/1.00 vMB 0
27,117 27,117 00000000c56253f8e5a1a9c9aff44b6f8445aa3e3dcb8bc9c6cccca49bb3c404 1 0.00/1.00 vMB 0
27,116 27,116 000000009f498cc00c9820c777451aaf2ecc10fe11b79a3d98c3a604d165190f 1 0.00/1.00 vMB 0
27,115 27,115 00000000893ba584cb8b3b40780b828695c714ac7719d98951e20e32e104034c 1 0.00/1.00 vMB 0
27,114 27,114 00000000e3f94ba2a8237f84413e07b85428710f08e15143b18bed7abd1b3149 1 0.00/1.00 vMB 0
27,113 27,113 0000000042e7e816db02874e025f7325631c46725511d0c58ebd93e20ecf3d6e 1 0.00/1.00 vMB 0
27,112 27,112 00000000cc37fa1a70b39ac1eaeb0f90017bcd72bd7fcf9f2bf5cf052f2bb146 1 0.00/1.00 vMB 0
27,111 27,111 000000008aac0e765ae2dbe9b034d6f291f495a1ff283204da4c4cf2ed3c74ed 1 0.00/1.00 vMB 0
27,110 27,110 00000000e8ddb7065c42177bd6d5cc013f2a338a60bddb426cfd1b916d6a20a5 1 0.00/1.00 vMB 0
27,109 27,109 000000000a4a519cd6fb1fb5c83e1229f5c4f9eaf1d973f08ec8063d27c3b8d9 1 0.00/1.00 vMB 0
27,108 27,108 00000000777f528b44ea3cc0fbb24c031bef845c644c30ae70b4ea5e5855e03a 1 0.00/1.00 vMB 0
27,107 27,107 00000000f0a9fbf1fd54a2b7d49bb972b88db001feaabf28bfa21968e0bd9dde 1 0.00/1.00 vMB 0
27,106 27,106 000000009077f115085a1ee3497199752834d0aab83efe59852766a1b35aa5d0 1 0.00/1.00 vMB 0
27,105 27,105 00000000f0fa4191497416fa9de411e073a9d18c37fb9e212171feb08afd796f 1 0.00/1.00 vMB 0
27,104 27,104 00000000e6e4db0194700c0d414930407c7ae59bf2ab5b0ad3288d9c8ed2f7cc 1 0.00/1.00 vMB 0
27,103 27,103 000000004e84271fd03c74980a08e25d942943da61c96773eac95d6507bf1b4a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.26 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: 814.72 GB
    • Received: 24.00 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.