Loading Tool

Explorer IconExplorer

Memory Pool

13,878 transactions
5.69 vMB
0.01827035 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.01/200 MB

Candidate Block

Mining Attempt 228186ed8e04c4ef06f2e4a81e159a23f5e963c80f088b43dd514976b4e8eb5a
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root ae3a238be8a57abbe2092dc80d8f9cd16581aab7d541e6fac9f27693ca4b8606
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,126
Size: 1.00 vMB
Total Fees: 0.00865905 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (839,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,812 73,812 0000000000606512af3ad72e2583845a9831bf75fff9590420b58850c4c14252 1 0.00 vMB 0
73,811 73,811 00000000000d74b9834eeeb232b26436ae21674c3581610ae9a6bf410eeefb60 2 0.00 vMB 0
73,810 73,810 000000000076364931b7dfd071b787cc95be5868178face45e6a9ecf0f0d91be 1 0.00 vMB 0
73,809 73,809 00000000002cbb5add9a58b295b84098b6b7211b96f81e617563f05c5215ce89 1 0.00 vMB 0
73,808 73,808 0000000000943b456aa7ff643c7800d18e9bda720c902a0f6fed838c26ff6c05 1 0.00 vMB 0
73,807 73,807 0000000000176bbdf297ac65aac6aa2d4bc2a5ed03adb1504571ed282a5ee57f 1 0.00 vMB 0
73,806 73,806 0000000000a8f45755f531c9d600ebf90c6cdde7317254e386cb07f36876adfd 1 0.00 vMB 0
73,805 73,805 00000000006932345dd1199e7cf0d46f53474a86c9fa52d9d2ce7f261c9d519f 1 0.00 vMB 0
73,804 73,804 0000000000964407a40dc0bf3ec2885bcfda0ddfc5336fb616144e497a449667 2 0.00 vMB 0
73,803 73,803 0000000000928a46b7ba1670c06631f386cfc63107fd2bfe0d4c0618da0e3955 1 0.00 vMB 0
73,802 73,802 0000000000998bb6bdddc764668cb3e31596818807ca46f20aff2a9053cc12f0 2 0.00 vMB 0
73,801 73,801 000000000008d93debfd2d21492901536cd95fe7d6d384de5461a460ca57f625 1 0.00 vMB 0
73,800 73,800 00000000009d60a7608e14ccd1ec1e6ff4b20fee6f0ad803ac2569086adf59d3 1 0.00 vMB 0
73,799 73,799 0000000000494ca6ab36095488849d931efa4ea8b07f01fcd92e82b00022b524 2 0.00 vMB 0
73,798 73,798 000000000054a4b5a4917cbb0dd49f5cadc66c68f4d67bb843af2b2f8052282e 1 0.00 vMB 0
73,797 73,797 00000000008c6f3876f80a1ba96a1fadc49399a330aab0311d50ecd3d90906aa 1 0.00 vMB 0
73,796 73,796 0000000000a455f91cfba0ae141bcff7619ba0237846293407da6ee897602d2b 1 0.00 vMB 0
73,795 73,795 000000000055f94bbe82e855f0fab96dc8159e75ab6dbebbebfb9057ac1587fc 1 0.00 vMB 0
73,794 73,794 000000000006168a88cb6a4330410c5c79403a0b628b4cc7d4b97c0173574c57 1 0.00 vMB 0
73,793 73,793 0000000000252379b19fcc2adcd5cb40fbd0dc80191bb4b49b5956ab3b5c288f 2 0.00 vMB 0
73,792 73,792 00000000004db210b3d664b6bbe148034e35c7e7e66557f2645d05ccce1c8cbc 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.66 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: 310.42 GB
    • Received: 1.47 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.