Loading Tool

Explorer IconExplorer

Memory Pool

46,184 transactions
28.00 vMB
0.08613878 BTC
Random Selection Loading Transactions
Max Size: 148.23/200 MB

Candidate Block

Mining Attempt fbd4f6ba62b4917a990612b0fd9a13dcb8f18abb5387f0b134ab138fe234d4da
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 8f4f38424ea80f8b592ac0dbbb298e8cec7e53857022083faf54f9797cd0adf2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,170
Size: 1.00 vMB
Total Fees: 0.03167458 BTC
Feerates: 181.54 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (325,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,731 589,731 00000000000000000013d31edd775fa7007b5b03ce1c46ce615b25ef792a9298 1,398 0.59/1.00 vMB 2
589,730 589,730 00000000000000000017a975ebf0bf880117531a89317334051f1f92fcf7bb94 2,994 1.00/1.00 vMB 43
589,729 589,729 000000000000000000159df39cddcd5a8100abd8c4a61697670dabf7e9b8191b 2,523 0.99/1.00 vMB 25
589,728 589,728 00000000000000000007183ad7eaf54ded54a02614a0e0f8caa67dd1cc7266ee 289 0.11/1.00 vMB 27
589,727 589,727 0000000000000000001b94469f94e73017ada1b5cbad75812c527e2ff9088e90 717 0.26/1.00 vMB 30
589,726 589,726 00000000000000000010ef5162decbcbe91d49cd6c5ed206908f9a1fcd8ce711 754 0.33/1.00 vMB 33
589,725 589,725 000000000000000000067b4421d11e05ecdc694c417fdb6205863e4ccc1129f9 1,745 0.64/1.00 vMB 28
589,724 589,724 00000000000000000018daaea5a74bc7559b149e19ab2e916312a35a335d5a7f 2,319 0.94/1.00 vMB 19
589,723 589,723 0000000000000000000b782b92f3ee0d342362d8c82057aba17734298091a49b 2,700 1.00/1.00 vMB 15
589,722 589,722 0000000000000000000e76f28212dfd171852f3f28f74691c08855d472dfd81b 3,432 1.00/1.00 vMB 58
589,721 589,721 0000000000000000001333d1eb896b2225632b13abf3ab1c3a1f430dc505176d 1,996 0.57/1.00 vMB 36
589,720 589,720 00000000000000000000bde3f83662afb72315e3c45fb738b1751289ec66cf42 1,961 0.65/1.00 vMB 16
589,719 589,719 0000000000000000000e75f1d74259f7bb082aca527ecda5a11004de8e76cdfd 3,222 1.00/1.00 vMB 52
589,718 589,718 00000000000000000016c5382f3c2f038934f5229ab07cbea9f5985c388b010d 1,212 0.43/1.00 vMB 26
589,717 589,717 00000000000000000001f423d5d8e6f5b26b3417be5b74aa6437f22b3f14714a 993 0.36/1.00 vMB 38
589,716 589,716 00000000000000000000e51dd1d33481945b592d3cd3a3d6c3487bab6d11f90b 2,222 0.69/1.00 vMB 29
589,715 589,715 00000000000000000009453f2893062398207a54bb61a0a00d9073db7b3cdd47 2,604 0.89/1.00 vMB 28
589,714 589,714 0000000000000000001092d64f30b4aab6afb8002af563337f9d4b1182c7c200 84 0.02/1.00 vMB 30
589,713 589,713 0000000000000000001021336b84b9cef5e6f5f2d394bd7b080a7b5fad1de7ab 305 0.10/1.00 vMB 26
589,712 589,712 00000000000000000008923c6329f0ea24c0f040bfbf335234573f21b4548f58 1,293 0.45/1.00 vMB 25
589,711 589,711 000000000000000000075b02d72dd37ff322e7f1d1b4940f62d2c02735df3e11 259 0.27/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.