Loading Tool

Explorer IconExplorer

Memory Pool

81,102 transactions
30.19 vMB
0.07709187 BTC
Random Selection Loading Transactions
Max Size: 181.99/200 MB

Candidate Block

Mining Attempt b709200b27f0158853c6e51e24ef8386b7070b381877e9f3b59d47b02243d724
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root b7cf5ebaf5e5831812dc2aeb59fccc211df9e71a76c4eec4c7734e1f859cb452
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.01528476 BTC
Feerates: 203.60 > 1.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (341,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,664 573,664 0000000000000000001a7e99551c14e58f31a0f02bc0c2e7f0404d330dfbdb64 1,533 0.53/1.00 vMB 25
573,663 573,663 0000000000000000001461a30a82015648c70ac451dd963898e8ea4852d5bdb7 3,243 1.00/1.00 vMB 4
573,662 573,662 0000000000000000002265b67a192db58a7572062fbcc09ba67df7e9336398bf 2,881 1.00/1.00 vMB 21
573,661 573,661 0000000000000000000bee13e013b0ac88de82c78621e0f9d99c54eaff489e0f 2,859 1.00/1.00 vMB 51
573,660 573,660 000000000000000000005a029cbac2b84b15de234b1ee159e0e6ceff7d24cfcd 3,034 1.00/1.00 vMB 26
573,659 573,659 000000000000000000244f0302c8e0ae07d069a91aaef4c7443ae74fa6a78758 82 0.02/1.00 vMB 45
573,658 573,658 0000000000000000002a5dd62b859c73bbeb04c48ef0e125896a296ffa7a5d41 1,649 0.68/1.00 vMB 17
573,657 573,657 00000000000000000024cbb0f46e29a73283cc5ccd120a852f90292f87fc01ad 2,912 1.00/1.00 vMB 5
573,656 573,656 000000000000000000037dcbdf9b4597637f1f4606717b01854689237a6121c6 2,949 1.00/1.00 vMB 25
573,655 573,655 0000000000000000002c0c0d91f36b3d81dd3f1ce2dd4e20d297d9e254bdf58c 3,282 1.00/1.00 vMB 13
573,654 573,654 0000000000000000000dee2b3f4d7380770e9334177bfff71c6306dc07e86d14 3,233 1.00/1.00 vMB 64
573,653 573,653 00000000000000000012ae6db9736a1f8070c22b0970414b8811965453d71368 2,765 1.00/1.00 vMB 26
573,652 573,652 0000000000000000000a20cf67f2848ca5cafbe6fd14c4cfc2e46fefdab9b3dc 2,953 1.00/1.00 vMB 12
573,651 573,651 0000000000000000000f6d8de8d53d1d7ef4e404130e434b57f7c632e0338677 3,062 1.00/1.00 vMB 58
573,650 573,650 00000000000000000025fafab4b71863d0755ed62ad7f7abc0cdd1f0684c8ae4 1,509 1.00/1.00 vMB 15
573,649 573,649 000000000000000000221bb4682c5ed0b009b8ff550505db534d898dfbb8346f 2,721 1.00/1.00 vMB 12
573,648 573,648 0000000000000000001364fc133de480d234b9ad7237581187f00792dae4f213 2,949 1.00/1.00 vMB 44
573,647 573,647 0000000000000000001115f3955ab3e477b5accb313126732e4c794c61445a2e 2,008 1.00/1.00 vMB 59
573,646 573,646 0000000000000000000274bea6e0e8f0468e250d9074e2dbef7452e122bc9ae6 2,032 0.71/1.00 vMB 37
573,645 573,645 00000000000000000021a63dbc3642b7f0e0549fba91abb495fe458e14784703 1,623 0.53/1.00 vMB 25
573,644 573,644 00000000000000000002cb9d6677937ecde1d7e538b0890e67a7036ad83c575b 230 0.07/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.34 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: 661.26 GB
    • Received: 14.80 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.