Loading Tool

Explorer IconExplorer

Memory Pool

43,013 transactions
29.34 vMB
0.07755000 BTC
Random Selection Loading Transactions
Max Size: 150.66/200 MB

Candidate Block

Mining Attempt cfe78112bcbe0375e9789048447e64bc71b0ba95bbae461621ce2d6da910fb77
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 0947f9832119b24b4cbadb930def02d80a08bdee1de05c5a5b78ca2c02793dcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,374
Size: 1.00 vMB
Total Fees: 0.01995649 BTC
Feerates: 100.36 > 2.00 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (785,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,413 129,413 00000000000013f16ccd902a709cca5a86aa6da486f31d74456513c3b873013c 51 0.04/1.00 vMB 1,721
129,412 129,412 000000000000161785700f62ff9d2aa112f510247e3bb301fcd66af8a7df42b2 67 0.04/1.00 vMB 1,280
129,411 129,411 0000000000001c304231215d01a45344a58be1958c2f22ca654eb8f7c0a1732e 40 0.04/1.00 vMB 1,782
129,410 129,410 00000000000016977b78c7853b81e612679c9ea3fdccac3850c8b36cc9072b24 12 0.00/1.00 vMB 2,136
129,409 129,409 0000000000000bec558f63a445d9f858a6e03575eb41914a749969c6301d60e5 52 0.05/1.00 vMB 1,073
129,408 129,408 000000000000129919baf2594f99c2a7e73be18073dc9f26475b3b70f71240d0 24 0.01/1.00 vMB 761
129,407 129,407 0000000000001b56368d043783c436b178f988090364a185fafe854798da6859 252 0.10/1.00 vMB 40
129,406 129,406 00000000000003bfa6d716d48fb10c2b1acb9be71ec61db96793c00dddba19cf 26 0.02/1.00 vMB 176
129,405 129,405 0000000000000b4ad5e27dd5024232e2de475cbafd484744bf92228e7a7c7941 175 0.13/1.00 vMB 554
129,404 129,404 00000000000013a58bb6412502bf7ab449ec4c26f61e08a2ebf2d70aca46fc28 130 0.06/1.00 vMB 1,322
129,403 129,403 0000000000000c7a5c93303cf1471796d5c8c55fc3337da9fb9c2cc51ad8418c 12 0.01/1.00 vMB 1,974
129,402 129,402 0000000000001d03ca703ab62b5a1a6cd13fb9cdecfd88248f3b0ef8617939c6 31 0.01/1.00 vMB 649
129,401 129,401 0000000000000b3a19fdf5f779a0dd93e18a26e21aa2fea9f18563d40f97de66 21 0.01/1.00 vMB 615
129,400 129,400 00000000000017601fde84f330befcb3c8c3d2d70b8a2ad52aaabb898f2a6d37 26 0.02/1.00 vMB 468
129,399 129,399 00000000000010cad79da3aea1aeb484b29984aeff445396f8850c61ce7eccee 135 0.05/1.00 vMB 521
129,398 129,398 00000000000018940f9c05fe8141fdadca7057b90d38cf93409cfb0b2fbf362f 29 0.01/1.00 vMB 1,189
129,397 129,397 0000000000000e19655267d997a03f33fb92447f22ee2f90b51e04ad12b2a2b8 54 0.02/1.00 vMB 652
129,396 129,396 000000000000048ae83e460fbc9b0d43bf6cb04fbd2d796c7359efe3f25e597a 150 0.06/1.00 vMB 949
129,395 129,395 00000000000011b7da2c574ef6b6074035418a7096352566bbd3890d63d8e8ce 105 0.04/1.00 vMB 1,732
129,394 129,394 00000000000015853831e9f24b46096d0276c2947f3463f28b3b382b3c28c87c 14 0.01/1.00 vMB 1,027
129,393 129,393 000000000000159b4e4eb53fbe68e4a08468b66acbd5c70d920ee69f00fb1af0 35 0.01/1.00 vMB 599
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.