Loading Tool

Explorer IconExplorer

Memory Pool

78,457 transactions
29.50 vMB
0.07562606 BTC
Random Selection Loading Transactions
Max Size: 177.61/200 MB

Candidate Block

Mining Attempt b82fe64ea46960b9611e451ae45ad35c9ecf3f3ca24772c19793de270272fe05
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root 4e136e7ceb915021dd38ebd6da3cf0c812c0c26c07d860ae5826db17f0ca0249
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,913
Size: 1.00 vMB
Total Fees: 0.01343994 BTC
Feerates: 40.26 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (619,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
295,719 295,719 000000000000000014b26445139af985f1c2f5af1644f46db1bee6b588849ad2 136 0.10/1.00 vMB 32
295,718 295,718 00000000000000008de62e0b25b9ba6e9e4b68e42952d7b2850e7a86f2a22454 77 0.08/1.00 vMB 24
295,717 295,717 000000000000000093808dd3dfb581b8d98a36e961b68a1cb0ba2e7464bb07e5 275 0.15/1.00 vMB 53
295,716 295,716 00000000000000004b017676aa7eeff1b8c47653d32309f7f00081097ccb9336 485 0.35/1.00 vMB 31
295,715 295,715 0000000000000000ae2da891ed2772a210fcc16fd1f5ed3e507960e071b6a035 64 0.03/1.00 vMB 35
295,714 295,714 000000000000000050d6308ccf88a270069ec079f994253c17f13c5968b882f0 514 0.33/1.00 vMB 38
295,713 295,713 000000000000000047e24e37d5b1b89851839f86c619c6ccf75303a68645433f 128 0.06/1.00 vMB 36
295,712 295,712 00000000000000004f58293a30b9563a344bd704f3145acc78a1e747e726649a 64 0.02/1.00 vMB 36
295,711 295,711 00000000000000002de12432fa97f7754ec8953996167ae6ba04ec837624b8de 174 0.09/1.00 vMB 34
295,710 295,710 000000000000000027891a47e1ee9ef5c26f8e9668abce02e193cde03e1856ed 242 0.46/1.00 vMB 15
295,709 295,709 00000000000000006e260d499ff699f9110536b1dfef0c6716bf25209e182951 323 0.20/1.00 vMB 26
295,708 295,708 000000000000000005e0bcecd753b54769440effbb77816412d582347e839970 623 0.25/1.00 vMB 39
295,707 295,707 0000000000000000a7bda1d73411c7982ef1d070eaec7cd4b3cd96c602f93334 699 0.25/1.00 vMB 42
295,706 295,706 000000000000000086895dfb8259b084600b518fc1b4c4b375346980052fa81d 233 0.11/1.00 vMB 38
295,705 295,705 00000000000000002b42f06bd984bb10264032b1d578730bb829d66e142c1904 398 0.20/1.00 vMB 38
295,704 295,704 000000000000000092527eb92ddb73de7f5475b7d02247586fed4a167aedcc18 501 0.27/1.00 vMB 33
295,703 295,703 00000000000000009f00f7bb20bbcfd575900d33ac6af7a5f6a1a048df8e7248 209 0.15/1.00 vMB 23
295,702 295,702 00000000000000003016b46f1373565c3d446a3ce9cf43f5f87fd22d115c3714 343 0.18/1.00 vMB 35
295,701 295,701 000000000000000062b1e31d624f4de9142187b9315d7aa44b0552dff9d938eb 51 0.06/1.00 vMB 18
295,700 295,700 00000000000000008529ee5a0e9c24ae57110ca2268248ff7d2d010000edee30 204 0.10/1.00 vMB 32
295,699 295,699 0000000000000000386611789d8bcbdf22224baa56faec05e2672605d27277b6 171 0.08/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.