Loading Tool

Explorer IconExplorer

Memory Pool

6,131 transactions
8.81 vMB
0.02031384 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.00/200 MB

Candidate Block

Mining Attempt 680aeee0cc0dba827a476c8f0a0e889814615636b510c6bfd488fe46df12fbf5
Version 20000000
Previous Block 0000000000000000000144cbd6d2cd63cf4b5d6953efd0574dd21be70c394081
Merkle Root 63871d3e10448d44721fb2de57716679a01145b87de27874edeadb39010c1e39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,804
Size: 0.99796075 1.00 vMB
Total Fees: 0.00743096 BTC
Feerates: 40.21 > 0.74 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,800 (751,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,335 162,335 000000000000014af1181f55a53b527f8afd51ea420a9f296d3d897a93a4b498 67 0.03/1.00 vMB 93
162,334 162,334 00000000000001ec2848a93a15b0a60ac0927c4a9023fa95bfd6ee268346a052 30 0.01/1.00 vMB 2,939
162,333 162,333 000000000000052c11f934749ac3c1350a615e1e7353f77c5e136ab44ef4b02d 46 0.03/1.00 vMB 69
162,332 162,332 000000000000066f3bb78943ad456eb7f2e56a70db644659537d9d22171463ac 16 0.01/1.00 vMB 347
162,331 162,331 00000000000006e1068fca1f3824d4d0cbf95f06ad8b551115b97db5d3647987 23 0.01/1.00 vMB 0
162,330 162,330 00000000000003f0c8eb69f33b0899e96d87065c0c3c674f5af8ec8c0b48d541 98 0.04/1.00 vMB 119
162,329 162,329 00000000000004dad5020143c6f0672e48262802f7b96d712c3f831822142ba8 27 0.01/1.00 vMB 62
162,328 162,328 00000000000008628b8fe78936c0d85079cf4fade4b2587c313f781bcbd16044 37 0.01/1.00 vMB 241
162,327 162,327 000000000000044eef4d9d12565592b50c2a29fd3ca7bd33c3f375ab3883e201 1 0.00/1.00 vMB 0
162,326 162,326 00000000000001ff8706088423e88b4aef159ba2f822a99c80e6761e768eb17b 32 0.02/1.00 vMB 176
162,325 162,325 0000000000000949076f2e9c7e8b6b501870a8960d8f091512f40028e3184347 20 0.01/1.00 vMB 0
162,324 162,324 0000000000000c26a1e82eab60f00c50715b3862bfcb545cfbcdf38849f5db09 19 0.01/1.00 vMB 335
162,323 162,323 000000000000081e0ef089add58587cbf8b57937bec5512d985efd6189b7efc9 13 0.00/1.00 vMB 76
162,322 162,322 00000000000006b85cc13cd2cc7d17d2790272cbd5831033bcd9bc6fc4800c26 86 0.04/1.00 vMB 146
162,321 162,321 000000000000012baea78eb91f4a44879efb52bcf89b4e59382b77a9e6c2883d 47 0.02/1.00 vMB 152
162,320 162,320 000000000000047bfe03738b0dca2c1b3b638318a120b72946b85565dc746598 9 0.00/1.00 vMB 47
162,319 162,319 0000000000000459b2929d22789c40c23491b62f86c688b0c566c2d009fa5ed4 3 0.00/1.00 vMB 0
162,318 162,318 0000000000000495545bbd05e4726376b6cd42fdc215490f77d078a37ab80624 57 0.01/1.00 vMB 20
162,317 162,317 0000000000000a55602b34a67004bfeeec1f8b2ccbe2aa3b89af92889ecda182 38 0.02/1.00 vMB 42
162,316 162,316 0000000000000050caa4956632c4e5531ef661c1638f5232605eb61c003d5760 51 0.02/1.00 vMB 264
162,315 162,315 0000000000000240e259f5429ae7794202c4101ce2e20c8ce9bea9e5cf60b002 58 0.04/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 780.27 GB

Node Details:

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