Loading Tool

Explorer IconExplorer

Memory Pool

78,959 transactions
29.92 vMB
0.12057298 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 21483d1626b0747a495e9aad608cbc9254b92bb682dd860e3fb02de9a2e83093
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 1c9e23588f36194d96c9e41134aea54744841d677d31c23627aa71bec1086b3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,761
Size: 1.00 vMB
Total Fees: 0.03710470 BTC
Feerates: 673.02 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (359,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,718 555,718 00000000000000000022bcdfc8cc5895c1a48023c823186d85e32ac5745a97f1 1,853 1.00/1.00 vMB 5
555,717 555,717 0000000000000000002c6820e579fad0c096d375b9c8f69fdc3d3ed2d45b58cd 2,318 1.00/1.00 vMB 15
555,716 555,716 00000000000000000021e92d0e774123c949170a4cc8a15f1f5b184b0f7e3125 277 0.12/1.00 vMB 31
555,715 555,715 000000000000000000206905befb5d63ba7c91fe6759507fd83d5627456e146a 403 0.19/1.00 vMB 9
555,714 555,714 00000000000000000000418d71c82ad6a1ef35385fb07cb3156862a1ba673711 690 0.28/1.00 vMB 13
555,713 555,713 000000000000000000351f3188d4aafbc1c03d8dc0126a5ab4060fdbf0c64162 1,401 0.72/1.00 vMB 5
555,712 555,712 0000000000000000002dccf04571194bc50ed4c4b9e9a1d03d9643a69ee2097c 2,629 1.00/1.00 vMB 14
555,711 555,711 0000000000000000002cfa38ebac7e47e4574f173b3c35a2cc2e7fb393edecf1 1,362 0.50/1.00 vMB 9
555,710 555,710 0000000000000000003620dbf868b813f5e7df36f1012cd5d089377f0badd11b 446 0.36/1.00 vMB 1
555,709 555,709 0000000000000000002fb7517645c1f2a0b5726a4479b3807c01b2dd701016d5 2,638 1.00/1.00 vMB 14
555,708 555,708 00000000000000000029af6478cdcbd5852967f9553180c29f94602a437c9f21 985 0.49/1.00 vMB 11
555,707 555,707 00000000000000000030e47dd98085c6d62579c3c06ef470b1f69de3b917c4fd 1,542 0.83/1.00 vMB 4
555,706 555,706 00000000000000000004f1ec81ccaeabeb3f7b27033e238a2203422ca04233ac 2,690 1.00/1.00 vMB 18
555,705 555,705 00000000000000000012c14e82552674d3fc788737bb54a98ea7d8c0c8e59ce9 1,463 0.58/1.00 vMB 9
555,704 555,704 000000000000000000157b3004f92e018b08ea62dc0dbbddbbd59066d50d6f5a 349 0.18/1.00 vMB 12
555,703 555,703 0000000000000000002f9853a02b41839cfcf818cd51f8dea37a6758a3c3a569 458 0.17/1.00 vMB 7
555,702 555,702 00000000000000000016c661384fa47c6110569e26e4c75d2e0774f23ae07b6b 1,434 0.67/1.00 vMB 12
555,701 555,701 0000000000000000001473b3d15cf9fb1a780c8fa15d2da14ec6c8e9de7ac4f1 1,332 0.54/1.00 vMB 11
555,700 555,700 00000000000000000018333a71ee31fdf2898399fdd99ed62b35852d3ac1388a 1,064 0.47/1.00 vMB 10
555,699 555,699 000000000000000000013b4d7936379c1696c39c91c4faa3b0f98d06499b4d2c 2,256 0.96/1.00 vMB 11
555,698 555,698 00000000000000000015dd26443bf8c6c591a4e3367d546b332605ff78661ad8 1,022 0.41/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.