Loading Tool

Explorer IconExplorer

Memory Pool

51,215 transactions
28.82 vMB
0.07657052 BTC
Random Selection Loading Transactions
Max Size: 155.04/200 MB

Candidate Block

Mining Attempt 350b7beb897cedfb3ff05237670a14015c5b79985d3bc9cb271e8576d1aa6f3a
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root a8c4ac5f45d6804e22c146a61015148c5a959e0daa9fb9397cd786ea412ffc97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.02082445 BTC
Feerates: 122.12 > 2.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (338,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,994 575,994 0000000000000000001c240a9125cf16e8c35b7751f6051f735eadf0a3609c4e 2,623 1.00/1.00 vMB 118
575,993 575,993 00000000000000000024c4b6b3589cd105649ec38910e61101d2a7431b22bb25 2,293 1.00/1.00 vMB 63
575,992 575,992 0000000000000000001c3e8707cf4bc5f9a9fa77f451d0ba455d66b19499d8ec 2,897 1.00/1.00 vMB 59
575,991 575,991 0000000000000000001f646ae4c169d7e8083510a89bead8e35569ee168ac1a4 956 1.00/1.00 vMB 64
575,990 575,990 0000000000000000000c38b3175fea78312e00b498fa7ba9b8d9b9de78e56a17 2,362 1.00/1.00 vMB 56
575,989 575,989 00000000000000000008cdec5c617ef59f282cbc8d80eae145eff5128910458b 2,762 1.00/1.00 vMB 111
575,988 575,988 0000000000000000000af5e46891bd6b3beee2f023be36a034d8d164a10461f4 2,426 1.00/1.00 vMB 61
575,987 575,987 0000000000000000000c5453c14dc95108cc1a82d246c5b9337a52778ff26ad2 1,923 1.00/1.00 vMB 76
575,986 575,986 00000000000000000022d6e1faf7ac288da50c1439e0e83cf4d91dafb9c99b48 3,527 1.00/1.00 vMB 95
575,985 575,985 00000000000000000014943a7ce489aae3b6b07d5c25dc719a6aa2721fbb9a85 2,617 1.00/1.00 vMB 99
575,984 575,984 000000000000000000105c7b54d3bc0372c4a115c1aacfeb5d94281fdefb4d7e 1 0.00/1.00 vMB 0
575,983 575,983 00000000000000000020696cdde6261080ca2dc323f8a06eac1b89b3b216fa5c 2,690 1.00/1.00 vMB 103
575,982 575,982 000000000000000000243269ba4de99297eaa5f7abaa4f1f01359bea446cace1 2,757 1.00/1.00 vMB 135
575,981 575,981 0000000000000000001949df67dd59186b199747d43c391edefb95da96b21f02 2,795 1.00/1.00 vMB 69
575,980 575,980 00000000000000000023d65641c0df495c09f4823460951ae377464558b5148f 2,273 1.00/1.00 vMB 107
575,979 575,979 000000000000000000125489f0321db6a9907c09a193d4c1739c82f9f29d52e1 2,418 1.00/1.00 vMB 104
575,978 575,978 000000000000000000198dbc2f0be7ce99ce83b331e4a39c06cf3aa790a67da7 2,504 1.00/1.00 vMB 117
575,977 575,977 0000000000000000002640cbaf31e9fdead841b82e2a47370292ad7c63694c9c 2,205 1.00/1.00 vMB 15
575,976 575,976 0000000000000000000db66e68eec49882effd384daaac342f58da30c1c4f75f 1 0.00/1.00 vMB 0
575,975 575,975 00000000000000000025635b97bd729bdea979cc6d6939952631ee5fdcb09b1a 2,608 1.00/1.00 vMB 64
575,974 575,974 0000000000000000002409359ea0cdc4835e5a6526ac8c52422d02a174169559 2,371 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.02 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: 649.84 GB
    • Received: 13.22 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.