Loading Tool

Explorer IconExplorer

Memory Pool

78,323 transactions
29.10 vMB
0.08125022 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt ed6dd5ae835c513479c8b991370a972a43f264fbb608c01b349cd8d4ce0bd46b
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root fed2d02adbb61bfec8bb3c680572ca28c1dacc231e9224ececba7f022a36d129
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,807
Size: 1.00 vMB
Total Fees: 0.02044213 BTC
Feerates: 178.73 > 2.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (117,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,567 797,567 00000000000000000004434eb5c1cd2d9446c6697e6b45304b2ef47967d45089 4,855 1.00/1.00 vMB 8
797,566 797,566 000000000000000000002b7c8e371c90167e2af138be83a316e8af68e86125ce 4,277 1.00/1.00 vMB 9
797,565 797,565 00000000000000000003f9429a123b501ea53396a124d177fa4f707d737b7c98 3,952 1.00/1.00 vMB 5
797,564 797,564 0000000000000000000260d9f9572e51fe9f0dd9159a2cdc48407de6d4d00b2f 2,844 1.00/1.00 vMB 14
797,563 797,563 00000000000000000005834abea82e9e8a8dcbc75dcf7c88c32b0271a057dd28 4,471 1.00/1.00 vMB 8
797,562 797,562 0000000000000000000297ee2ba1e91d57313c1568e8a771db14a9085bc2267e 1,403 1.00/1.00 vMB 7
797,561 797,561 000000000000000000025690fddb8ece3346ec7b94eb9570bbc7846f73b5b6a4 2,563 1.00/1.00 vMB 11
797,560 797,560 000000000000000000051d36b41ca6f3d01766f7fbc62f7f9408961ac4329cb1 1,909 1.00/1.00 vMB 15
797,559 797,559 00000000000000000001d4f0627135791c097194560466f78975c5c5707d8d05 2,379 1.00/1.00 vMB 19
797,558 797,558 0000000000000000000036d58367da13524eef29c0cd017670f24f942be4dff1 4,866 1.00/1.00 vMB 10
797,557 797,557 00000000000000000003d3b8965a8cf42c3d59e5e7c75e81b442e8750b492ff5 4,594 1.00/1.00 vMB 7
797,556 797,556 000000000000000000041ef3ca2436a6a5d2b88f8ab72d012eaf01f28302a650 3,128 1.00/1.00 vMB 12
797,555 797,555 0000000000000000000365a73e33644a5857703effe803d8dc6cce5d4cca770c 2,417 1.00/1.00 vMB 9
797,554 797,554 00000000000000000001d72128e9d14eaefa52d995828890f86411e78b21f303 2,909 1.00/1.00 vMB 7
797,553 797,553 000000000000000000057d941bbdd61d72d99b8868abb82b363a5109b89bd3be 5,675 1.00/1.00 vMB 7
797,552 797,552 0000000000000000000024496bc3a53980d16b9a55ae8ceefd06d0fcb51cec2a 2,591 1.00/1.00 vMB 11
797,551 797,551 0000000000000000000397e24a02f56b2ab8873c04cf34e693b1436e694a17e2 3,940 1.00/1.00 vMB 9
797,550 797,550 000000000000000000001ad0682bbc2d03471a892d28277d708e5ebc9d85af9b 1,591 1.00/1.00 vMB 10
797,549 797,549 0000000000000000000580d4319b119bef68d4769290cd29e1da2f4d2aa3bafd 4,258 1.00/1.00 vMB 7
797,548 797,548 00000000000000000002ddbd9e270fe1f34a5db23bb57c0e522c94ac310e411e 3,754 1.00/1.00 vMB 8
797,547 797,547 000000000000000000044876c70bee5594741a83a1a5dd45f9d7a448d7eb8edb 4,965 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.68 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: 677.83 GB
    • Received: 16.44 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.