Loading Tool

Explorer IconExplorer

Memory Pool

78,101 transactions
29.33 vMB
0.06430979 BTC
Random Selection Loading Transactions
Max Size: 176.22/200 MB

Candidate Block

Mining Attempt d66f1c141239faaf18d3431a6e0a76d53ec30f8cfcda49cc4cf436681796d865
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (701,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,483 213,483 00000000000004ec49b0c8faaee2cd4eb5de8bd80fde804c3c32e8c00398e4d8 197 0.09/1.00 vMB 113
213,482 213,482 000000000000021c76d2e4d0ad95f9397dfb54a50ce7653e4261baac330f0d43 706 0.25/1.00 vMB 221
213,481 213,481 00000000000004d82620c0c54fe79c1e73248a4af5fda1d47f6cbaf7111a5ad0 25 0.01/1.00 vMB 131
213,480 213,480 00000000000001eede6dbc1d30f57948f650dff86dd7a22f72e2042c9df73f29 117 0.05/1.00 vMB 148
213,479 213,479 0000000000000323505b068a699c9713d2811a0a6e8f637db1a9f789ad7d5911 314 0.14/1.00 vMB 178
213,478 213,478 00000000000003d32b6f9ffefd57798fa0761c95b23f8cc7067d2bf382863a1e 162 0.10/1.00 vMB 126
213,477 213,477 000000000000014b109a0915b3d1e25a11ee301f315b3674212b2062cbebb1bc 383 0.21/1.00 vMB 145
213,476 213,476 000000000000016d13b16d27cc00326e4f80931553546e9d661adf0da2ceb63c 14 0.01/1.00 vMB 119
213,475 213,475 00000000000003071f06769d67d76f3ab436c1c509b24027e02bec17d7f206b1 28 0.02/1.00 vMB 83
213,474 213,474 00000000000003721a059f988141e8951a94218d206d8e0559c08169453a9898 56 0.03/1.00 vMB 179
213,473 213,473 000000000000032b0c2ad7f74cfb8dc9045e71c871d2bd9f2c83a605bea1e317 477 0.28/1.00 vMB 63
213,472 213,472 000000000000026785411347af1809c48a17d6c9d72e565b940c853115514c6c 455 0.25/1.00 vMB 125
213,471 213,471 00000000000002e6f6a46025d44a6cba116ad44c684b7171116ef638a5d4e363 789 0.25/1.00 vMB 271
213,470 213,470 0000000000000259ebd88b210f1c85b5094041d7eb3c2e101408e113c9ec36d9 500 0.22/1.00 vMB 174
213,469 213,469 00000000000004aef9aafec21de3c41e3319c9f97b9adfe097ab65fa77ffc331 65 0.03/1.00 vMB 177
213,468 213,468 00000000000003bf7fe42820e0c692fedd70bb1fbcd5bdde5c060af8c54b70d4 167 0.06/1.00 vMB 187
213,467 213,467 00000000000003565672e8f7a84b2890532cd4a799296105eeb1ca826bd8b4ef 262 0.12/1.00 vMB 168
213,466 213,466 00000000000003ecf5f7db1fe41936bc8a7a35b5c64d42f834237c3bcf6800ec 183 0.08/1.00 vMB 204
213,465 213,465 00000000000003dd86f19bbf9a43f6bf1c44634cc631a59b064f60d06505ee55 256 0.44/1.00 vMB 68
213,464 213,464 0000000000000170a6b56356ff4f928cd252fd16530175002aa3e5106078476c 354 0.25/1.00 vMB 114
213,463 213,463 0000000000000174686bccdc8c7ae29b33c2f17dd93d2d3312106440d51ae593 128 0.41/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.