Loading Tool

Explorer IconExplorer

Memory Pool

87,260 transactions
31.67 vMB
0.22052254 BTC
Random Selection Loading Transactions
Max Size: 192.24/200 MB

Candidate Block

Mining Attempt c9746139e6ff43ca5c4169cd407d32e52744cff20fc2d4618f9a7888c79480b4
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root a7044cb8c309ef58762caaaafcd96dbaacbe3b06af7d6bb9b0eb74c94f4be10b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.11071560 BTC
Feerates: 502.67 > 11.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (685,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,516 229,516 00000000000000cfca449755df99a7817ea8b84e19a43a6d5419d00c5ecc693f 1,354 0.50/1.00 vMB 214
229,515 229,515 000000000000016ceb06fbddb00d389a55237a78803e6670cd1ff3250c3e889d 212 0.15/1.00 vMB 714
229,514 229,514 0000000000000141e5d5173e2a77b4ba29e7ee05d25b19c899e0aa5ea3735bf1 529 0.24/1.00 vMB 153
229,513 229,513 0000000000000230eea01f7c2a5a888dd15e0eb4b3b2d331c90d86de7a9a21d7 390 0.22/1.00 vMB 146
229,512 229,512 0000000000000191691342b0ee8bf2d60b438b6603a020d99588dc8ec1d2e529 542 0.25/1.00 vMB 223
229,511 229,511 0000000000000275b034efc3c6c2cc2489ae8d970b49c19ac1fdfd168e2cf294 626 0.25/1.00 vMB 181
229,510 229,510 000000000000020503fab3f6d22b3f3cd025f996c03ee38bb8b9690fd1a99f98 6 0.00/1.00 vMB 175
229,509 229,509 000000000000026c2fc13449c17304a43274a073a0063c618f6fbf18b58c1bd0 5 0.00/1.00 vMB 848
229,508 229,508 00000000000002420ffe92e20ce16182e534fc3bb83b0477a13248bf89ca965b 199 0.15/1.00 vMB 685
229,507 229,507 00000000000000d997c9ecc03773af7e5a52d18839bea47f27c7835fabb5b1cd 626 0.32/1.00 vMB 148
229,506 229,506 000000000000004e07eab76e29f45e19fb230b6b3b7342571e2ecdad37fc20c1 535 0.25/1.00 vMB 3,679
229,505 229,505 0000000000000159d81ef0b392c30e8147da0d5b7cf97b89d41564c32c84b1ab 351 0.10/1.00 vMB 37
229,504 229,504 00000000000001c7288ae613e552cb220fa6d5b9908b31d40537f39093353daa 181 0.10/1.00 vMB 74
229,503 229,503 00000000000000c55c8c62ccd30c3d4486e1f65978ab99f1689832464617c731 544 0.22/1.00 vMB 588
229,502 229,502 0000000000000138339fb0a1267d4bfda6df3b40347230a925fd95fa7881eb6e 4 0.00/1.00 vMB 17
229,501 229,501 00000000000000f6d633030057d4302722c8a98c16671e03636142e41f905c48 451 0.22/1.00 vMB 205
229,500 229,500 000000000000007d04c916a2cb80e5e6602de90f9f94b20a2dd14fdb5b0daafe 242 0.16/1.00 vMB 129
229,499 229,499 00000000000000a54873765c8f8cf0e8485de9b9f89e43d0fab2c4857122ae87 508 0.25/1.00 vMB 151
229,498 229,498 0000000000000202f82c15747caacfa4b7cc21d69c2e88e77f1a9a9f291f23e3 635 0.25/1.00 vMB 203
229,497 229,497 0000000000000087e396c2391afaef4b48307ac207de1f6aca5c5da1284c2e91 168 0.15/1.00 vMB 63
229,496 229,496 000000000000007a86eff5c33622a815522d3960d4755f5206c87cc72fd178eb 335 0.15/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.