Loading Tool

Explorer IconExplorer

Memory Pool

24,053 transactions
5.44 vMB
0.02236392 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.45/200 MB

Candidate Block

Mining Attempt db0cdc81f77321e56aa91212460c22d6b3684831df5aea7cdb01db8aecf82dc1
Version 20000000
Previous Block 00000000000000000000f791a5945b56f2e773db1201b0f95e905c26340ac418
Merkle Root 4fa31b8c9a3f435aa9623dd76cba10c762de5ec304364fab6d223627c00e636e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,127
Size: 0.33 vMB
Total Fees: 0.00885264 BTC
Avg Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,116 (775,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,075 138,075 00000000000001af2e932f0dc4af2a2ed27ba9d4e676d4b6e69d57ffbd8412c9 0.00 MB 6 930
138,074 138,074 0000000000000444c33dbc76604015022bc3be7ede8adde1b0abdb813cad7740 0.00 MB 12 40
138,073 138,073 000000000000066bfcfd32c9a8d15edd88c937b8f74dad059c8486798cfae5a0 0.04 MB 58 161
138,072 138,072 00000000000007dbac269fb4b8803592f17e18f296d9a3a13000c5bcee489c9e 0.01 MB 19 619
138,071 138,071 0000000000000413f07fbd6b3f12cf9baa23d4990897034048ac63041d232340 0.00 MB 5 26
138,070 138,070 00000000000002faf3b756c7bcbb0df3a700a50dabd65bd3b93e8619ea63490c 0.00 MB 11 71
138,069 138,069 00000000000006b97b2b9bfc6cbcb8c278557f46d2c8da4751141d76b75977b9 0.03 MB 92 63
138,068 138,068 00000000000006b51241e903fa5897ecbe4be3a6dc5059a3b696238136d2818c 0.03 MB 47 211
138,067 138,067 000000000000054e66b30d81d7ba0a56fca5318f46e085be4a6d7599da1f4059 0.03 MB 49 70
138,066 138,066 00000000000008715e52227b3bae0e2aa6c3f35ea6cecad0237e56daa67c15e2 0.10 MB 60 93
138,065 138,065 00000000000002a420b81d0ac89beaf8c560a1441d5ae3875c68c7eafce6568e 0.03 MB 38 300
138,064 138,064 000000000000023ec45110b1837cce7a07b69123805c26daf5b3f8181e02bbc0 0.01 MB 29 127
138,063 138,063 000000000000025c6758e3d06976e7a5bfe3609b1c671f150c09b506f7686449 0.01 MB 27 98
138,062 138,062 000000000000009265b181dd183bad679ddccb5f776c450265d6e63fbe261415 0.01 MB 32 34
138,061 138,061 00000000000002a1fe6f6df1ec5df51a27ca415779e75db8e5b582b734619c3b 0.04 MB 109 150
138,060 138,060 00000000000007f415b3a3c323edff1e039d75ff0858e99ecb7b0bf69f44d474 0.01 MB 18 63
138,059 138,059 0000000000000819f6e4bb88b77b182162ac29865c2eb9db0620c456895b0f93 0.01 MB 26 150
138,058 138,058 000000000000031480491c56a4f8dfddefe661a8a1a079f913bda3989d8155df 0.01 MB 23 428
138,057 138,057 00000000000003f2376e5dc43aee563960768c1acfae96458edf393b3876f74d 0.02 MB 39 37
138,056 138,056 00000000000006dcaa341f4b7150e1dc48ba13d81dfb1e89f862b96c23f0e3a3 0.02 MB 38 184
138,055 138,055 00000000000005b82e0635169259387d1bc82675aa30a584b724087669ed4ceb 0.05 MB 67 203
Previous 10 blocks ↓
Total Size: 779.06 GB

Node Details:

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