Loading Tool

Explorer IconExplorer

Memory Pool

87,196 transactions
33.11 vMB
0.08220621 BTC
Random Selection Loading Transactions
Max Size: 197.43/200 MB

Candidate Block

Mining Attempt ebf161d2452b36126c7318ba8b30d95f2f0f049e7a07c4c704560c40c7273e27
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root 61bf2a82bc9eb7ac64d6dfcf50c9fc2536d6296c8d1961b2d7a5604ad4bacf69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,388
Size: 1.00 vMB
Total Fees: 0.01630112 BTC
Feerates: 151.14 > 1.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (295,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,008 619,008 000000000000000000035c3da94d47c3f488469d69307a57163b7fbd5bdd4e83 2,762 1.00/1.00 vMB 18
619,007 619,007 0000000000000000000e270bfda9ee8f72181c8f82d1f5439c3cc24d3224f9d8 3,093 1.00/1.00 vMB 21
619,006 619,006 000000000000000000083d2064f9efea06166cd4a2494d34166f0490fa0306ad 3,259 1.00/1.00 vMB 26
619,005 619,005 0000000000000000000336bf59c5c398ee61e0a0f83b21349adfe011319f4d50 3,269 1.00/1.00 vMB 40
619,004 619,004 000000000000000000089a89aa8368dfd6249d1bbcdbe7bdc62a3e962d58cd29 3,108 1.00/1.00 vMB 4
619,003 619,003 000000000000000000014919fdd4053b744d0374ea06040b5b47c8fce0701a3c 3,630 1.00/1.00 vMB 28
619,002 619,002 0000000000000000000cfe48631b9dc8083201f7bda4deb5bc081e344d1a5913 2,830 1.00/1.00 vMB 26
619,001 619,001 0000000000000000000541d480e6cdacbcd5aa811e58137b21a98831f8b38fc5 3,241 1.00/1.00 vMB 17
619,000 619,000 0000000000000000000f877f290aab18023d1493963584fc0d1fe8c75fd44cea 3,237 1.00/1.00 vMB 10
618,999 618,999 0000000000000000000c8e200b38a91070196740995d7d926d187f215851d223 2,495 1.00/1.00 vMB 18
618,998 618,998 0000000000000000000096a973bda1368a5f5e4cbbce8d950e388b68bb8149ab 2,733 1.00/1.00 vMB 27
618,997 618,997 000000000000000000091198360d4e960682e91e0866a902632150fead4749e5 956 0.39/1.00 vMB 7
618,996 618,996 0000000000000000000e9fb016477414d994314850455370482df844e252c543 2,258 1.00/1.00 vMB 1
618,995 618,995 0000000000000000000cce82ac32331c6747973f89ca7754819c2fc3f24cc53a 3,011 1.00/1.00 vMB 24
618,994 618,994 0000000000000000000cff59dca4c1db105b26a0d67e31f6ff00d7993c6d6027 3,009 1.00/1.00 vMB 27
618,993 618,993 000000000000000000083b08e2a4be8f59caad8f6bfbde20b68a2dea3ec04ca4 1,047 1.00/1.00 vMB 7
618,992 618,992 00000000000000000003d90c2359103097b6795adc45edea860c1020096b600e 1,026 1.00/1.00 vMB 4
618,991 618,991 0000000000000000000636e2f00f7b3c3924dbec0cf267c12139ec6e2356181f 1,894 1.00/1.00 vMB 3
618,990 618,990 00000000000000000005ed6aba00fc9b6179b1420cb6ff2c661652d7199d3bdc 2,378 1.00/1.00 vMB 14
618,989 618,989 000000000000000000116359f4c053cc626d2154d6f251fd4ac2bcb8e7a56ecc 2,327 1.00/1.00 vMB 6
618,988 618,988 00000000000000000001b377b3b63281e6fd3bec08f84c5980e035c8346fde35 2,225 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.