Loading Tool

Explorer IconExplorer

Memory Pool

27,400 transactions
6.87 vMB
0.05150709 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.17/200 MB

Candidate Block

Mining Attempt 80675d9ab5d2c1b097d2e365f3a971721746cc3474a4709a1bd1883bc5a8e98e
Version 20000000
Previous Block 00000000000000000001135bbb1013a04c24080ffe112a4b93712212a682e7d8
Merkle Root 477746df14e024a35ab7de28f72d3caf4b23d6af033e7fa06dbd4524b4b650f7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,572
Size: 1.00 vMB
Total Fees: 0.02868656 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,234 (749,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,754 163,754 0000000000000675bcf9aeb26ccc10fc65516e1c2e5ffb1d80c1c94452ff9097 157 0.05 vMB 89
163,753 163,753 00000000000008f1c407e0df042cdefe7005e9edf3fa77038460796a4b14c81e 81 0.05 vMB 42
163,752 163,752 0000000000000c82f1a4bdd65257bd92fb564851e2cc99402193e030c6923886 77 0.03 vMB 69
163,751 163,751 0000000000000b405a208ed85e1e623606dfa2a1904eebb100a61a38752dd944 36 0.02 vMB 101
163,750 163,750 00000000000001b5c8029922c4ca31a0fe93a0402d1623655f7453b19adbe820 27 0.01 vMB 85
163,749 163,749 0000000000000c636d16d2979f442a8577f255757289ed07383deafe54ae6abe 115 0.05 vMB 1,000
163,748 163,748 00000000000004ef587cf5af942d12b99528571231eb403875946b78d3563e37 120 0.04 vMB 129
163,747 163,747 00000000000004259d319bb0895355b87b1b2e83c8785b4cd04c59a8b30b8109 29 0.01 vMB 171
163,746 163,746 0000000000000c1196cba8cc0b333f63f79c8a3636ebac44bd1ee09af8cd43b0 11 0.00 vMB 17
163,745 163,745 0000000000000a15b3166e21d2f39b36c7d5c2683d3dc58a4a11d871dbcd1ef1 68 0.02 vMB 89
163,744 163,744 0000000000000c7a419d4fc365f418ea7e2cc60536fa47e85bb4ee2bbbd1e005 112 0.05 vMB 112
163,743 163,743 00000000000005a19823e57f89b16082e8233fb1a81c357b6bceda4045b60773 88 0.04 vMB 73
163,742 163,742 00000000000001e6fc8d9c1c8cdb573f3377ea678cbf39ddb7213721fbbf6136 89 0.03 vMB 124
163,741 163,741 0000000000000b6c89a0816dc1f34a3dc026b9bb0fda7207a22900bec0a5f7ae 122 0.05 vMB 66
163,740 163,740 0000000000000446da29e22778d928745babfbe518402ecd53d088f0beb540ea 198 0.10 vMB 126
163,739 163,739 0000000000000bb75974a5faeefc72b6855739ac0047d0d1b1d4e4cd0b1a5049 82 0.03 vMB 504
163,738 163,738 00000000000005ec7461ca7d00b13ebf3b001d79d0d8e64a261c1c17e2958d3a 12 0.01 vMB 893
163,737 163,737 00000000000001c5fe24372a5c9786402d5f0e7653f4b89a4ce4a96da0980aff 13 0.00 vMB 22
163,736 163,736 00000000000003b07ea2e60631c77e20f9f968408002fe82aa60e9fe8fc0850c 101 0.03 vMB 86
163,735 163,735 00000000000006f1b87e4c94367ad5a3ea006e51be8ebc021589b09c8812744b 6 0.01 vMB 360
163,734 163,734 000000000000080ae95fe19cb76f14fada1154d1ee06829cc21e42a4509fb9e3 2 0.00 vMB 193
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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