Loading Tool

Explorer IconExplorer

Memory Pool

81,656 transactions
31.21 vMB
0.08137703 BTC
Random Selection Loading Transactions
Max Size: 185.78/200 MB

Candidate Block

Mining Attempt 38e5befdbf23667ea9f837b568f54c576fd960bdb7220fc40eee0188e1945de8
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 1bcb6935cbc3cd1891ff0f7a50d9f1f7e17575e49a4d0bfb0403d4cb751a07ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,395
Size: 1.00 vMB
Total Fees: 0.01476636 BTC
Feerates: 157.11 > 1.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (462,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,714 452,714 000000000000000001329334b19f484e9f9d30f10bc8c8d65ff069e7e8aa9d8a 2,019 1.00/1.00 vMB 67
452,713 452,713 000000000000000001570b59f245c3d80b445ca9183d02ea16eb238bd208589b 3,070 1.00/1.00 vMB 71
452,712 452,712 00000000000000000152d1f735e02ef2e00fcf0162a16c5feec187fbfe7c6961 1,869 1.00/1.00 vMB 85
452,711 452,711 0000000000000000007813122890482210f2a43e23ae92392cc0906e51aaefc0 2,283 1.00/1.00 vMB 78
452,710 452,710 00000000000000000097f4ef5d1e8de19fafb01c5c165841a1a4bd3d11794dac 1,400 1.00/1.00 vMB 86
452,709 452,709 0000000000000000018234083ce8b9cd321844f7cfdf7b366780fb8d2c428b3e 1,873 1.00/1.00 vMB 92
452,708 452,708 00000000000000000047a5f4d9390dbb1638aa5c19b18d7ffc3aa3b4fff9ca80 2,576 1.00/1.00 vMB 108
452,707 452,707 000000000000000000652955bcbabcc0ab70889a7ad36ff6d4791ba832bb5e10 1,720 1.00/1.00 vMB 160
452,706 452,706 00000000000000000177a0535dccf0c41f94723751404f2de5f141154235593d 1,850 1.00/1.00 vMB 74
452,705 452,705 0000000000000000004ab2360ef2dd387434e55597dd76a3e968059aed9ccb57 1,630 1.00/1.00 vMB 97
452,704 452,704 000000000000000000ba25b971e7876fac516bf1b2f1d76b509e948df3f5ece2 2,972 1.00/1.00 vMB 127
452,703 452,703 0000000000000000002104a97bf9b15cdb6b7e2c59dd99c93f2b51f22b660266 1,671 1.00/1.00 vMB 82
452,702 452,702 00000000000000000192f569f61cffbb823c90761c38e9378266a6555cdaf39b 2,804 1.00/1.00 vMB 122
452,701 452,701 000000000000000000b609338a223e4f76123c37a264c81defed32e17c92f8ac 1,432 0.76/1.00 vMB 80
452,700 452,700 0000000000000000002e35f57d2765051ffbefec536cf0d9485ef23903800fff 495 0.55/1.00 vMB 23
452,699 452,699 0000000000000000017cfb913357359d5a447670a7aa8802ae5b17e2105f51ec 1,762 1.00/1.00 vMB 50
452,698 452,698 0000000000000000014a7e9ab5249a371080b46d5c39672a874853193a3032fa 1,760 1.00/1.00 vMB 80
452,697 452,697 000000000000000001f5dff24db1f4e2aba60d889716717a071471f64e270326 2,467 1.00/1.00 vMB 75
452,696 452,696 00000000000000000140c4d8a232b07c28bee693a72314880e6214ef2b8d8762 1,853 1.00/1.00 vMB 79
452,695 452,695 00000000000000000067fa06242f7937b44ed63043974bf961a295b3f1ea5ea0 2,837 1.00/1.00 vMB 121
452,694 452,694 000000000000000001b2d2678d37eb458d89e7d508ced2ac872236d17d35e93f 2,382 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.83 GB
    • Received: 15.59 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.