Loading Tool

Explorer IconExplorer

Memory Pool

45,868 transactions
28.62 vMB
0.07433500 BTC
Random Selection Loading Transactions
Max Size: 152.00/200 MB

Candidate Block

Mining Attempt b5078df6204443ba9d7ea4184c30a82f7e9dca253a852cdc551ec73a548727ed
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 6b7e08b33dba1c060ff897af4013e1705a3d256f3478e122d6b1ef826ae5cc91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.02008439 BTC
Feerates: 361.66 > 2.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (324,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,578 590,578 0000000000000000000204bcfcc0bc33dc587f9d8195af1a2bb514506a933035 2,148 0.63/1.00 vMB 17
590,577 590,577 00000000000000000018b5707f3a36cac8a10300230c45dd4e17d0192447b6be 2,657 1.00/1.00 vMB 26
590,576 590,576 00000000000000000019afebf93794e79731bf7494580f3decf96c3b9b590c79 109 0.02/1.00 vMB 19
590,575 590,575 000000000000000000065d827d0391db88c10492d347269b7a18e228870b6aad 201 0.06/1.00 vMB 16
590,574 590,574 00000000000000000011db87eef0d06561373532a44310160ced881f891f6560 580 0.14/1.00 vMB 20
590,573 590,573 00000000000000000005a67e9afa7d28ad6be005b2beb6349fddaff5012f30df 3,390 1.00/1.00 vMB 22
590,572 590,572 0000000000000000000044d684e1233a4de4b3de2e8125b55d9cfbf9c2536db2 2,942 0.93/1.00 vMB 25
590,571 590,571 0000000000000000000c62996039ffc8b6b2dd062327b272430d26cb2ff95785 2,676 0.84/1.00 vMB 25
590,570 590,570 00000000000000000012aff69b74162939937aa0b16036bc2c71af318bb68474 626 0.18/1.00 vMB 23
590,569 590,569 0000000000000000000971accb086ab651beadf991a7603ae3ac4758607c0677 1,031 0.35/1.00 vMB 22
590,568 590,568 000000000000000000197049aad05a1c58816887b07f896444f32b5c241a88d7 88 0.03/1.00 vMB 31
590,567 590,567 000000000000000000164198cc066c09a14354f19fffea3c876997e637971efd 1,197 0.35/1.00 vMB 23
590,566 590,566 0000000000000000000b4e75717f3ae8abb88fad6f2157c25c9d9c5b86e986ec 1,421 0.57/1.00 vMB 29
590,565 590,565 00000000000000000018d85bd0b8e87f0fcb6a72f7de8c724509502d1e26e6ab 1,782 0.58/1.00 vMB 3
590,564 590,564 0000000000000000000233d24cd16672ae32d1dcc266c1caee4b63d28856b378 3,332 1.00/1.00 vMB 41
590,563 590,563 00000000000000000009b26fa4754aa8c1eee78e7d62d095af9190ae3c7d3e5e 251 0.09/1.00 vMB 24
590,562 590,562 0000000000000000000a59ae565cd7942bca1de7ef7a158ab75d845884712e70 1,611 0.55/1.00 vMB 25
590,561 590,561 0000000000000000000c461cc51c09ffd0df5bd7cde09a58f813fe07dbf7aad2 2,326 0.82/1.00 vMB 3
590,560 590,560 0000000000000000000e4a644fce26f7e088a8aa18bccf4504275d0bac14f471 3,250 1.00/1.00 vMB 37
590,559 590,559 0000000000000000000adb50d0e35fdf97814e0a78159d425f0e8f8cd4f1c662 3,246 1.00/1.00 vMB 43
590,558 590,558 0000000000000000000d6fcda19aabf15ee0d34a0c7ece87ccfad6a7863f5dba 1,621 0.50/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.