Loading Tool

Explorer IconExplorer

Memory Pool

84,277 transactions
22.82 vMB
0.07133842 BTC
Random Selection Loading Transactions
Max Size: 152.64/200 MB

Candidate Block

Mining Attempt 9fe6889e2d54ab998497747b9deb88b8f7a3e5c01371392db80eea8378110792
Version 20000000
Previous Block 00000000000000000001ad95c24dc68c4f74adf4b23991316558d4fac06e488b
Merkle Root 58cb279cb3caf3fbcc53b76853419f2cea6b11f27f7fc1173fb4ea5ad378518b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,465
Size: 1.00 vMB
Total Fees: 0.01853288 BTC
Feerates: 547.95 > 1.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,160 (865,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,083 51,083 000000001e3b1ae9e7822cb3ab85cec5d3005b36abe1675723dbeb1f587db4a4 1 0.00/1.00 vMB 0
51,082 51,082 0000000018c645c63f519d6ed3df173a38b55c77c30b536f0a08bb4ad44680f5 2 0.00/1.00 vMB 0
51,081 51,081 000000000dd140523247d43ba25419e5e4c5e2f4102356cd08bf5f34e8a576a1 1 0.00/1.00 vMB 0
51,080 51,080 0000000002d4ee687212b471ed457abf923ab951ea3f28b7e9f0691d09060f17 3 0.00/1.00 vMB 0
51,079 51,079 00000000069bc8fce938d8c9780cba257f18bcf8ff79b62d9420a6229638a61c 1 0.00/1.00 vMB 0
51,078 51,078 00000000187641c68e08bbfe85037dbf3140070e3b252d71dc407cfd36f10785 1 0.00/1.00 vMB 0
51,077 51,077 0000000010a9ef90a837748174896d2973c21c4230dfd78af23083ab7d74c58e 1 0.00/1.00 vMB 0
51,076 51,076 000000001958f1e66867847f34a787884f6c352eef68ce1de186743af97a693a 1 0.00/1.00 vMB 0
51,075 51,075 0000000018831879da2461f14eb54ba3aec17c06291611a21e2e6d6b16676309 1 0.00/1.00 vMB 0
51,074 51,074 000000001753dc4aa96fb238aed5ceb72264cc0089a10263ea72dddedd343a13 1 0.00/1.00 vMB 0
51,073 51,073 000000001fc73406896b224c03528f22bcd7f2b7c5e8b715eb9dcab69fe064fa 1 0.00/1.00 vMB 0
51,072 51,072 0000000003dff80ce6f67275b5f66ab01e9771a30a0af55fefb9d073db755965 1 0.00/1.00 vMB 0
51,071 51,071 000000000c95656159dbc3fe2b9c24ad3f47d07e8215a662383a626e2611cb57 1 0.00/1.00 vMB 0
51,070 51,070 000000000380d417f4f21e25bf162be2b11bbd938fb74fa7c0f92a5b5d545d0a 1 0.00/1.00 vMB 0
51,069 51,069 000000001b78011fd0bcd235c5d06b96ccffa6e90abc8e49f1285f0349cfccb3 1 0.00/1.00 vMB 0
51,068 51,068 00000000021c359bd5ca45d01ba9e042dd8b5e74ac65c90bf6aeb5497331790a 1 0.00/1.00 vMB 0
51,067 51,067 000000001904895e2aa2ad397a27fac2b805fff8f5b1548877e028ab3975b352 1 0.00/1.00 vMB 0
51,066 51,066 0000000003ffbfdbaa50d6d12b7fb6bd80168163260d94b5f15fe4427be11f54 1 0.00/1.00 vMB 0
51,065 51,065 00000000084e5665fa5892a18d99a2c8b5c15ae31688a854d911328577d598bb 1 0.00/1.00 vMB 0
51,064 51,064 000000001cd877a8a244b0e722cc73beae877d9026850e2904b7f8f67f982fda 1 0.00/1.00 vMB 0
51,063 51,063 0000000017e1e1c0d3928f7df8d7fe022745d5d8cd14749b4368413ccde470e9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.39 GB

Node Details:

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