Loading Tool

Explorer IconExplorer

Memory Pool

82,540 transactions
30.33 vMB
0.14400568 BTC
Random Selection Loading Transactions
Max Size: 183.68/200 MB

Candidate Block

Mining Attempt 8c9c8023360e899b3a9754a1e0d07135211c99bae9da96a947ef8c20307508a4
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 8f05aee6989c03eb0ad0ace161a66519d4b8fb8c6c1eb007bb26591a8368a1a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,844
Size: 1.00 vMB
Total Fees: 0.06540009 BTC
Feerates: 150.61 > 6.55 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (266,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,774 648,774 000000000000000000022f00ae832faa7883ff2b1a937001ceb6e8ffc692f1c6 2,546 1.00/1.00 vMB 90
648,773 648,773 0000000000000000000d3e2b26fc552cabd219d7178da3d19f1b42beb180a9d7 1,596 1.00/1.00 vMB 20
648,772 648,772 0000000000000000000b4fd66108c2b8c1f31504e5e0223da8eece975f17dc5e 2,178 1.00/1.00 vMB 46
648,771 648,771 0000000000000000000c8fb358dcf62815e73c6fe2e46b514dbabd19b660976f 2,262 1.00/1.00 vMB 56
648,770 648,770 0000000000000000000f2c8a92567225b3448e9d045c218b6ae6c7328564dbec 1,938 1.00/1.00 vMB 7
648,769 648,769 00000000000000000004a77a3d59b63611286357fc45afcf045c20d48336cb53 2,414 1.00/1.00 vMB 45
648,768 648,768 0000000000000000000e54bb4e85df8367f3ad40d922a9a0f736b513fd615137 1,358 1.00/1.00 vMB 69
648,767 648,767 00000000000000000006dd023202d3b767b8ef2338f1b5bba4359cea8d2e7d4c 1,808 1.00/1.00 vMB 8
648,766 648,766 0000000000000000000438a0e961325ecf644c9017d8d3bb973372b9dd7207fe 2,816 1.00/1.00 vMB 15
648,765 648,765 00000000000000000003a41ae371a8400b4759b41cb3e492d9bbad3254f1b46f 2,041 1.00/1.00 vMB 68
648,764 648,764 00000000000000000007e2e519acb475c8a74f68d66cf3e43ba1976c0b31e41a 2,889 1.00/1.00 vMB 37
648,763 648,763 0000000000000000000396ee8292b0d8406e5ae1d8f74de87ced98cc8cddd37d 2,522 1.00/1.00 vMB 40
648,762 648,762 000000000000000000004c2da203c4a46c64c23b3bb36af807b74c027afa7cf0 3,050 1.00/1.00 vMB 40
648,761 648,761 0000000000000000000ee1311f875a0ee1e14633ce6c55a527a49bc7cbab345e 2,449 1.00/1.00 vMB 66
648,760 648,760 000000000000000000038321687f1877473895383c928321c829348cd53510d7 2,537 1.00/1.00 vMB 83
648,759 648,759 00000000000000000009f58fbf3afa173bb135c189719dd8395781dc30fe17c3 2,679 1.00/1.00 vMB 72
648,758 648,758 00000000000000000006519212bea9f012d26399f74d35b1019676418abc462a 2,756 1.00/1.00 vMB 99
648,757 648,757 0000000000000000000519ba04e1a0f7d2be2805bc1a474ebae713e9340fc945 2,760 1.00/1.00 vMB 45
648,756 648,756 00000000000000000005a9cde7b884593e91918559ba290ec65c323a9c1a10f9 2,014 1.00/1.00 vMB 29
648,755 648,755 0000000000000000000c81beb21e8abd78de61a74879714830d8a0238a8c5d7d 2,435 1.00/1.00 vMB 18
648,754 648,754 0000000000000000000234b0ad6b1317ba715940b58465bbf0590948a9f830f3 2,839 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.31 GB
    • Received: 16.20 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.