Loading Tool

Explorer IconExplorer

Memory Pool

30,017 transactions
23.73 vMB
0.05110906 BTC
Random Selection Loading Transactions
Max Size: 128.10/200 MB

Candidate Block

Mining Attempt bf5c4a3c9b0586ce400fb6dfb13807ffff75b3ee0a6b65e0a97dcfdfc42004d1
Version 20000000
Previous Block 00000000000000000000a676ae0d7982ee6c208df0ce08701fb85b104f35fd9d
Merkle Root 9fe60f61cbda3ea34a6820bbc35dccc17a22d7bcdd5d5a9c8d1dcba17cb8652e
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,591
Size: 1.00 vMB
Total Fees: 0.02182345 BTC
Feerates: 151.15 > 2.19 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,406 (802,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,077 138,077 00000000000007699c141ec5f94b5629255dcc4f4a9f4a852b54bf8131dcae0c 21 0.01/1.00 vMB 165
138,076 138,076 00000000000003563c6333ccd3e4ae610e07db742cb165f6209f87c07134a35a 27 0.02/1.00 vMB 129
138,075 138,075 00000000000001af2e932f0dc4af2a2ed27ba9d4e676d4b6e69d57ffbd8412c9 6 0.00/1.00 vMB 930
138,074 138,074 0000000000000444c33dbc76604015022bc3be7ede8adde1b0abdb813cad7740 12 0.00/1.00 vMB 40
138,073 138,073 000000000000066bfcfd32c9a8d15edd88c937b8f74dad059c8486798cfae5a0 58 0.04/1.00 vMB 161
138,072 138,072 00000000000007dbac269fb4b8803592f17e18f296d9a3a13000c5bcee489c9e 19 0.01/1.00 vMB 619
138,071 138,071 0000000000000413f07fbd6b3f12cf9baa23d4990897034048ac63041d232340 5 0.00/1.00 vMB 26
138,070 138,070 00000000000002faf3b756c7bcbb0df3a700a50dabd65bd3b93e8619ea63490c 11 0.00/1.00 vMB 71
138,069 138,069 00000000000006b97b2b9bfc6cbcb8c278557f46d2c8da4751141d76b75977b9 92 0.03/1.00 vMB 63
138,068 138,068 00000000000006b51241e903fa5897ecbe4be3a6dc5059a3b696238136d2818c 47 0.03/1.00 vMB 211
138,067 138,067 000000000000054e66b30d81d7ba0a56fca5318f46e085be4a6d7599da1f4059 49 0.03/1.00 vMB 70
138,066 138,066 00000000000008715e52227b3bae0e2aa6c3f35ea6cecad0237e56daa67c15e2 60 0.10/1.00 vMB 93
138,065 138,065 00000000000002a420b81d0ac89beaf8c560a1441d5ae3875c68c7eafce6568e 38 0.03/1.00 vMB 300
138,064 138,064 000000000000023ec45110b1837cce7a07b69123805c26daf5b3f8181e02bbc0 29 0.01/1.00 vMB 127
138,063 138,063 000000000000025c6758e3d06976e7a5bfe3609b1c671f150c09b506f7686449 27 0.01/1.00 vMB 98
138,062 138,062 000000000000009265b181dd183bad679ddccb5f776c450265d6e63fbe261415 32 0.01/1.00 vMB 34
138,061 138,061 00000000000002a1fe6f6df1ec5df51a27ca415779e75db8e5b582b734619c3b 109 0.04/1.00 vMB 150
138,060 138,060 00000000000007f415b3a3c323edff1e039d75ff0858e99ecb7b0bf69f44d474 18 0.01/1.00 vMB 63
138,059 138,059 0000000000000819f6e4bb88b77b182162ac29865c2eb9db0620c456895b0f93 26 0.01/1.00 vMB 150
138,058 138,058 000000000000031480491c56a4f8dfddefe661a8a1a079f913bda3989d8155df 23 0.01/1.00 vMB 428
138,057 138,057 00000000000003f2376e5dc43aee563960768c1acfae96458edf393b3876f74d 39 0.02/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 827.48 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: 4,456.76 GB
    • Received: 242.73 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.