Loading Tool

Explorer IconExplorer

Memory Pool

31,921 transactions
25.00 vMB
0.06828201 BTC
Random Selection Loading Transactions
Max Size: 124.94/200 MB

Candidate Block

Mining Attempt 20f0ce2b38f6982c2c2311c3bb0f22a9c1b8655e500c74e607f9e822c9e9eb5a
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root a12a705607475c55b8c890c38ca6ba1de0264b5aa3f8262cb2a3564d9755e6ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,841
Size: 1.00 vMB
Total Fees: 0.02224389 BTC
Feerates: 100.60 > 2.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (518,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,993 395,993 0000000000000000078dce1ae194b5a0ad39bb7756b774ad7765e8645973c5c1 30 0.05/1.00 vMB 6
395,992 395,992 000000000000000001ce39d47b965c0e0bfc9ef4fb5fb7ba2410a5989ec1bf48 1,407 1.00/1.00 vMB 24
395,991 395,991 0000000000000000042144b0a84da21d4ff9028f13223ca3d11a8dd12e72d26d 352 0.17/1.00 vMB 39
395,990 395,990 0000000000000000076de0ad74ed1fddf287a11495df9d23f9c6f97fd84d43de 2,688 0.93/1.00 vMB 54
395,989 395,989 00000000000000000100f0ab81360326c229c122ee3b39e7e4fb7e0207ba51e1 917 0.60/1.00 vMB 25
395,988 395,988 000000000000000002c60f0d91a9714f5704c7049aded0cb648c1cdb1863c78a 516 0.19/1.00 vMB 51
395,987 395,987 00000000000000000823ec941c28d8563cf131d0d417568b8e90869176f7f667 1 0.00/1.00 vMB 0
395,986 395,986 00000000000000000765e8b7a6438e9a39c87450d004ac46b8b7dbbacdcda4db 1,044 0.59/1.00 vMB 30
395,985 395,985 000000000000000000b0158b26a0bc662e0d774a0d38b1f859d8361c46790562 157 0.15/1.00 vMB 16
395,984 395,984 0000000000000000009b6b4856dd860dcdf2b55fdb777a0377fb262e87db6d23 1,566 0.99/1.00 vMB 31
395,983 395,983 000000000000000004c161de2b099a6fb87df16e0b9be2c2512202ef5484e644 1,367 0.99/1.00 vMB 24
395,982 395,982 000000000000000003a440e4b5efdf6d5387ef88a511666a79d5280b40f67529 1,707 0.93/1.00 vMB 32
395,981 395,981 000000000000000005a431d8e4daec2f3f4161e271758000beb773984c00153a 1 0.00/1.00 vMB 0
395,980 395,980 000000000000000001826cd5c2c88341e26c64ab52a8e518873b987522f03628 2,655 1.00/1.00 vMB 55
395,979 395,979 000000000000000005d0aeb86a7171f470256bb43ea3bd6ffdec39db018eb8c1 1 0.00/1.00 vMB 0
395,978 395,978 0000000000000000075a51ffca981383cd7a6b04711c0cb3a9eefe250b04451a 589 0.27/1.00 vMB 36
395,977 395,977 000000000000000005e39e7cbe1c61f96377fa047f2ed402b944a4114c0f7aec 463 0.26/1.00 vMB 31
395,976 395,976 00000000000000000881587306fc95f9d9166c1962e75e6cec7797c2aa932ebe 305 0.19/1.00 vMB 23
395,975 395,975 000000000000000000ca6142ad46c16fea6d83b74f3bfb5bfa11aebf9cf8c0be 419 0.39/1.00 vMB 18
395,974 395,974 00000000000000000368457b5b1ba2357cafe99b2279c37f251c6cdde4100242 1,942 0.93/1.00 vMB 40
395,973 395,973 000000000000000003ab7e7d64c4878e0eab9bebd29b81a75dbaef0e4839c009 356 0.17/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 642.83 GB
    • Received: 12.55 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.