Loading Tool

Explorer IconExplorer

Memory Pool

86,558 transactions
31.50 vMB
0.20953792 BTC
Random Selection Loading Transactions
Max Size: 191.19/200 MB

Candidate Block

Mining Attempt ca0441689a95b3acfe1a926ecf32fb521712edc3b9fd7cc78eb219fdd24d9ce6
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 45fb9df1db16ac5793a315fe51d0175711706140baac799f5ccd7648dda0be55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.10590243 BTC
Feerates: 502.67 > 10.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (469,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,230 445,230 0000000000000000019cc8fe07129f25a8178d3aab50f18b5caceadd32f11e53 2,152 1.00/1.00 vMB 71
445,229 445,229 0000000000000000019d58a43782a5aeecb1026bc5a40d06538dc3b324c1db17 1,167 1.00/1.00 vMB 69
445,228 445,228 0000000000000000035eeda7673e998ad84328075bd479e90afc71d3712fa9d1 1,896 1.00/1.00 vMB 75
445,227 445,227 000000000000000002345c1c19402ea7804bca0e541d1cb2f58f98c711fd8179 2,480 1.00/1.00 vMB 86
445,226 445,226 00000000000000000371726a84fcdb3e17d4bf571014f6ac6f5de1609fcb01e5 2,412 1.00/1.00 vMB 78
445,225 445,225 0000000000000000035c59abeafbe708a1bbd3ddc97f84148db36880e50725f1 3,000 1.00/1.00 vMB 87
445,224 445,224 0000000000000000037d2d0bc5479a012977c49eeac67c3e8e84558125373059 2,546 1.00/1.00 vMB 78
445,223 445,223 0000000000000000025362990f52b21e22214f4c561e1d74a2ed775e74eaad92 2,659 1.00/1.00 vMB 82
445,222 445,222 00000000000000000115259ae20896d5b5b8cc1bff9efbbc338f251a3fcdd6a3 2,248 1.00/1.00 vMB 97
445,221 445,221 0000000000000000003d6c295aeea5dbfdc88be03cd1ed62c623c44c852a03fb 2,982 1.00/1.00 vMB 80
445,220 445,220 000000000000000002c35f462a25eb2f7b6ea8ed91783170cbc72dc863c1104c 1,849 1.00/1.00 vMB 66
445,219 445,219 0000000000000000037ecb62ae6cf483ca022b900c31d796397774b728aa0396 3,040 1.00/1.00 vMB 77
445,218 445,218 000000000000000000896faaf4455b2847071fe1f6bcfedbc4fdf0f93ae7dd10 1,004 1.00/1.00 vMB 84
445,217 445,217 000000000000000003019b330345643328fa6483772d0b48debcb42cde6e88c1 690 1.00/1.00 vMB 83
445,216 445,216 000000000000000000d43fe236433ce0a2e34c7bd04bbb25228935c421bf0546 1,592 1.00/1.00 vMB 100
445,215 445,215 000000000000000001e5add74b75cf5a3a051bde71ad373d988447a3e5deb547 1,705 1.00/1.00 vMB 103
445,214 445,214 000000000000000001dd6d3f997d853b1fba6aeb9569a3c84a4ece05f5e7b939 2,689 1.00/1.00 vMB 90
445,213 445,213 0000000000000000030d770fd8c3de36877dff6596a3bd4b43127aa30c7733e8 2,529 1.00/1.00 vMB 94
445,212 445,212 000000000000000001696eb12d2560e4c9850981eb2ad8559084ace4508d26e6 2,880 1.00/1.00 vMB 92
445,211 445,211 000000000000000002bdc6c320fd881c284affcd4f38fdac9cbc30927eda3cf3 2,408 1.00/1.00 vMB 70
445,210 445,210 000000000000000002db1175bea75fe7f7b2e8a1b9cdff7644d43dd0cb328334 2,299 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.