Loading Tool

Explorer IconExplorer

Memory Pool

78,119 transactions
29.30 vMB
0.06377889 BTC
Random Selection Loading Transactions
Max Size: 176.11/200 MB

Candidate Block

Mining Attempt 3654cb2ac90d7b0e6163a4c4b44ca4bd0631a54423dd32972ccd4bafa60e23c9
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 8463847ce676751b069b20fa8681e3d2eda9c13bd60776057a9ef9c03e137b46
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,165
Size: 1.00 vMB
Total Fees: 0.00445310 BTC
Feerates: 21.09 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (78,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,856 836,856 000000000000000000002da3350268a6151a20652166a6f0f51dcf153d64e027 3,127 1.00/1.00 vMB 14
836,855 836,855 000000000000000000006d3c1f46fbd6faf5c304c67e9c1c867987540cec82d1 2,389 1.00/1.00 vMB 20
836,854 836,854 00000000000000000001eae420db45a31310b092567e0d9e0b24bff30bcbc88f 2,913 1.00/1.00 vMB 12
836,853 836,853 000000000000000000014a06f7b284b114e24e493bff852342a6953ed6a766a8 2,328 1.00/1.00 vMB 11
836,852 836,852 0000000000000000000024ed1da5701d06c1a58d97d3b35a60812447f31a6d36 3,094 1.00/1.00 vMB 14
836,851 836,851 0000000000000000000088dfd020dbbf1503dc7d012d7a59283e5ab853032448 1,317 1.00/1.00 vMB 10
836,850 836,850 000000000000000000028a9fdfc4096d04a9d6f27f9d6d2f5be078917f5e7315 2,157 1.00/1.00 vMB 11
836,849 836,849 0000000000000000000053097f9f9d1f38de8037d002705a7bcbdc35ac1f6cb2 2,964 1.00/1.00 vMB 18
836,848 836,848 00000000000000000001c232d92d5b81ae9290811a0c2b068413dddab9b6133a 3,827 1.00/1.00 vMB 14
836,847 836,847 00000000000000000003521a22657e2937c40af2446bade5b86bccd104afdd89 2,607 1.00/1.00 vMB 16
836,846 836,846 00000000000000000001ef504843253367eb0aecd45fc894d282ecfbe72599cc 1,695 1.00/1.00 vMB 13
836,845 836,845 00000000000000000001f7ff92ca5ef83b4e4cbf713cff0156984995478e03e4 1,745 1.00/1.00 vMB 10
836,844 836,844 000000000000000000026f540da0157ba57ba036d78cf18314ab889d829f935d 2,876 1.00/1.00 vMB 12
836,843 836,843 00000000000000000002f088bb35263b49311e2c6fcf255cfc04fb6db4340666 3,013 1.00/1.00 vMB 24
836,842 836,842 00000000000000000002ad6037a284d8a9d283690e5159ae36e8f9b6f4986d02 3,336 1.00/1.00 vMB 20
836,841 836,841 00000000000000000001df39038b28272e60a3474b9477f9cc69b65e666f9688 2,599 1.00/1.00 vMB 17
836,840 836,840 000000000000000000015144f3913773446768cb7a3a57c80c41266f4112cbae 3,266 1.00/1.00 vMB 15
836,839 836,839 0000000000000000000195be3e4fb38e132106aea6d3c96c88050155d53b9fd2 3,569 1.00/1.00 vMB 11
836,838 836,838 000000000000000000015143e1a0aadf3e65e20df472dabd8de51a912984a947 3,175 1.00/1.00 vMB 22
836,837 836,837 000000000000000000034c20fb068302e27a900454d82c6bc5743c70c19843e4 3,141 1.00/1.00 vMB 11
836,836 836,836 000000000000000000009c52ffd12390e4a95dd79471c507de47df0384f0f813 2,767 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.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.