Loading Tool

Explorer IconExplorer

Memory Pool

41,941 transactions
26.55 vMB
0.07761791 BTC
Random Selection Loading Transactions
Max Size: 138.67/200 MB

Candidate Block

Mining Attempt 26696ee0a0bd77a0750d3df9df7e2a8e3cc751864ab3393327c6ad52875db63e
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 1fa1eb2f28b6fb752f008d81ac7d0332ede402e964b201f86b22f9bdd0742296
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,739
Size: 1.00 vMB
Total Fees: 0.02871552 BTC
Feerates: 151.01 > 2.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (493,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,084 421,084 00000000000000000083ed0ab87d2c94a5aa6595f1e4ad2a7bd9cf0a53e24c34 716 0.32/1.00 vMB 51
421,083 421,083 0000000000000000045773679be4b02b2384c8c1bcbc1163a6147849e1f780f3 2,116 0.94/1.00 vMB 62
421,082 421,082 00000000000000000135fef89cae2f1ea11a75dda1fac9c22f62cb6228095684 2,369 1.00/1.00 vMB 52
421,081 421,081 000000000000000002d11bfe45a1b0f8ae9d83625745012496615dddaaeac81b 1,997 0.96/1.00 vMB 52
421,080 421,080 000000000000000001ff0af1b8af109853e1b44f013f29919b8940ebfb864ce4 453 0.94/1.00 vMB 16
421,079 421,079 0000000000000000046b94df96bc363f9335a9a1b2d7152a309c0f41ec25d70f 323 0.13/1.00 vMB 50
421,078 421,078 000000000000000001f33351765edac1f521c360184235f6020230555a40f3ba 1,004 0.96/1.00 vMB 29
421,077 421,077 000000000000000003d17dd7aac9b44b1643a9535f21940e6c475d06c50c9176 377 0.17/1.00 vMB 48
421,076 421,076 0000000000000000000ea3c4effa23459224b32d4fcea99d97e5430c437d1f78 559 0.26/1.00 vMB 43
421,075 421,075 000000000000000004bde2ed257eec7b60109ab298f979d627fe6ae8e6d95aa5 1,253 0.98/1.00 vMB 26
421,074 421,074 000000000000000001f87b51b2ff128253f5228f3da44e2d1215a952f619c076 2,103 1.00/1.00 vMB 69
421,073 421,073 000000000000000001aa50c4ecee4c7343720559562131323fd3fcd766b7621c 455 0.23/1.00 vMB 54
421,072 421,072 0000000000000000018935667286e75aee47defb24c1acdb8a6deb1e810ff25e 1,030 1.00/1.00 vMB 20
421,071 421,071 000000000000000001ab6131a99a430796da619f0d1f99f76515c602b9277a26 1,244 0.69/1.00 vMB 42
421,070 421,070 000000000000000001979b7d4e4b7d192bc99bcaf2565e78cdac51c580c231a7 230 0.12/1.00 vMB 51
421,069 421,069 000000000000000001ec9f31f6eb8f9ce348c86affb6db0c996bb43e1d3853b4 1,371 0.89/1.00 vMB 49
421,068 421,068 00000000000000000168d5e3d72e4375f367bef9dca4c1e84c8632781bb20987 1,613 1.00/1.00 vMB 37
421,067 421,067 0000000000000000002b8722bf98b01db2ff813daaaec68f03d71bcbbf306240 1,826 1.00/1.00 vMB 51
421,066 421,066 0000000000000000036bae56aec28624bc266db8597cbb1481f68817ffb85a61 1,704 1.00/1.00 vMB 88
421,065 421,065 000000000000000004cf8af971e38151b60fbe3e9a5cb6eeaf7dbfe8c4fd6b22 1,390 1.00/1.00 vMB 46
421,064 421,064 000000000000000003d2f6cfb1f1fdf976fb9caaff0f0eb07f75a7c67998b50a 1,191 0.79/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.18 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: 653.62 GB
    • Received: 13.97 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.