Loading Tool

Explorer IconExplorer

Memory Pool

82,614 transactions
34.56 vMB
0.15642754 BTC
Random Selection Loading Transactions
Max Size: 196.99/200 MB

Candidate Block

Mining Attempt d1578979e73bc74223ba3c04d3638ea3a502f7f6f5f595684bee4e817f2e8d4f
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 7036d2a8c74975d454b3bdda8421c5d81728cd928bd56a4205547c79d50a6cf2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,567
Size: 1.00 vMB
Total Fees: 0.03934295 BTC
Feerates: 301.60 > 3.94 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (485,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,536 429,536 000000000000000001c9f8e43229b976124ac5d6e7f2b343351c45af1c4744d7 1 0.00/1.00 vMB 0
429,535 429,535 000000000000000000f18138f8f53f40df2ba4d33045326f31aa5330d0e4fc06 860 1.00/1.00 vMB 25
429,534 429,534 0000000000000000040af9f9fa9376e0d374c4e80c8774278148d503d456e3be 1,432 1.00/1.00 vMB 33
429,533 429,533 000000000000000000fb4076ac3ead051dd673bb39713942dafb1dafff33c237 2,000 1.00/1.00 vMB 46
429,532 429,532 0000000000000000007f0b135019921968ce1cca20476074ddfea3ee8a672372 2,746 1.00/1.00 vMB 60
429,531 429,531 0000000000000000001f7e1109abe22b20b387359a3d527019ad932077fc92f5 2,898 1.00/1.00 vMB 67
429,530 429,530 000000000000000002e46c72102f5f275e36c7a0a4abe25d90bbbe25b9b0f8e9 1,723 1.00/1.00 vMB 88
429,529 429,529 00000000000000000498f5d889f8c5eda32e33077dc876f8eaeb77e229a81546 1,158 1.00/1.00 vMB 33
429,528 429,528 000000000000000000c5fd3ddea16fd08fc8f112db93b216ca7a0d1d11ea5eca 1,555 1.00/1.00 vMB 57
429,527 429,527 0000000000000000025bbdcd309caad574c8bec2cddbf0a53a0aefd63d616dd5 2,463 1.00/1.00 vMB 55
429,526 429,526 0000000000000000013473b250b9fe9948191db8047036490f4da634317bd10c 1,603 1.00/1.00 vMB 86
429,525 429,525 000000000000000002e5e6658f3852055d66619cea71fc7035b1afbeebc8235d 67 0.05/1.00 vMB 33
429,524 429,524 000000000000000002e2d0f8ab14079d67baa2e13bb3adf66331b587cf83b475 914 0.36/1.00 vMB 54
429,523 429,523 000000000000000004329919f6b4cb0177351f028069009dcb12ab59a883f2f4 777 0.37/1.00 vMB 55
429,522 429,522 000000000000000001d8b7d9123b2cf4f5ed0c166192d4a22949e1ca015f57bf 1,887 0.77/1.00 vMB 53
429,521 429,521 000000000000000003bbb4c29319a213b6f28f0fe7c585361484a0b01b345e1e 2,418 1.00/1.00 vMB 53
429,520 429,520 000000000000000000ef2ef7387808e4b627e0fc3b5169f958025f9dc5624f67 1,594 0.81/1.00 vMB 51
429,519 429,519 00000000000000000125391f1f33e3c3e1731a866cc1615ca59095080c6c4c7b 1,172 0.99/1.00 vMB 25
429,518 429,518 00000000000000000104cbe5dbb132da3a06a7a6221485880d0db968a860b9c3 73 0.03/1.00 vMB 54
429,517 429,517 000000000000000001f9bf7e38d703f793eca0319140f57dea67f1af50987526 2,562 1.00/1.00 vMB 56
429,516 429,516 0000000000000000033b2b864b873a6c05c2d49d441e2aed091188af9467301d 922 0.96/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.10 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: 728.28 GB
    • Received: 18.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.