Loading Tool

Explorer IconExplorer

Memory Pool

80,705 transactions
30.24 vMB
0.15149828 BTC
Random Selection Loading Transactions
Max Size: 182.21/200 MB

Candidate Block

Mining Attempt 20cd7a697b4d29fbd4c2aa5867570848ecc48ab35fdc21a6103a4386498ce0d0
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 35ab4f5944113c82883be6b91be879923a0b9958eb4f5e92623c9e0971c7dc45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,942
Size: 1.00 vMB
Total Fees: 0.07793033 BTC
Feerates: 251.00 > 7.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (489,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,575 425,575 000000000000000004b1cddd584febd4cffb14fd35b859e56b5322ac8ee5ef0b 2,159 0.75/1.00 vMB 78
425,574 425,574 000000000000000001848f5fb06691b15095e22400c75d0735c28e94c6c9d7f0 1,703 1.00/1.00 vMB 86
425,573 425,573 000000000000000001997b826916aa04d9c4984787627471bf6205fb4bfa02bc 2,225 1.00/1.00 vMB 77
425,572 425,572 0000000000000000028f489aa0c609b54e2988866bd250cd5c8f843459db4eea 2,012 0.99/1.00 vMB 116
425,571 425,571 0000000000000000014c7a1bdbe8043d31bcc2dd67cded9e5650cd105bf5b160 2,186 1.00/1.00 vMB 141
425,570 425,570 000000000000000003023fae56bd45c92f72cd5313da040933cff39a66ace29d 546 0.20/1.00 vMB 80
425,569 425,569 000000000000000001fb6ceea0ed18820174ccd68bac80b6364de27cb179cc58 833 0.59/1.00 vMB 32
425,568 425,568 00000000000000000360299d0a971ff157a0c74ebaa206fb48f3d17f1af4b7b8 2,698 1.00/1.00 vMB 75
425,567 425,567 0000000000000000045623cd6c2102b9ecf5ba86326c5ff40b4f1d538b1a7051 2,908 1.00/1.00 vMB 92
425,566 425,566 0000000000000000008127aa4b176ad780128b6f4740a02e5e0ea421c05a4736 1,822 1.00/1.00 vMB 40
425,565 425,565 0000000000000000008d1d2ad0b4d16567cbe7ea8d685e5c1d9e1293a563b4da 2,422 1.00/1.00 vMB 79
425,564 425,564 000000000000000004789b48a2af19d50df5aacdea4f003798a496ac20ed1445 2,246 1.00/1.00 vMB 52
425,563 425,563 0000000000000000048c9530b1c2d05604ec593780b23c9ec547aee689e0448e 1,893 1.00/1.00 vMB 60
425,562 425,562 00000000000000000006d87e6db95086a84528926612db0d7f9a2a9137f0cb78 2,673 1.00/1.00 vMB 112
425,561 425,561 00000000000000000059c972df4f0b73a4a399bc094c35610f0043cfc8776dd0 468 0.20/1.00 vMB 63
425,560 425,560 000000000000000002cdf87608fe2536415c5da70db253a5aadaf72cac9ecd1f 933 1.00/1.00 vMB 29
425,559 425,559 00000000000000000390d6fff65e20b4db35fe634be21bacab4f014944656d8d 1,127 1.00/1.00 vMB 30
425,558 425,558 0000000000000000020e3cd6ad7741043b93ddd9751c37d4f432fda2689938f3 1,472 0.64/1.00 vMB 63
425,557 425,557 000000000000000004efe5c5aa47ba73d708e4b22d96ba1f06b94e7c5d2c2c94 614 0.29/1.00 vMB 59
425,556 425,556 0000000000000000028e905633092cbd8875304159228121aec5bbce011693e7 1,763 0.84/1.00 vMB 55
425,555 425,555 0000000000000000002d1a45654b881e3a8c3bca30ba3d623d1f91e22b994d67 2,619 0.93/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.62 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: 672.03 GB
    • Received: 16.11 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.