Loading Tool

Explorer IconExplorer

Memory Pool

39,122 transactions
19.00 vMB
0.16368855 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 5 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.21/200 MB

Candidate Block

Mining Attempt b73a30d8b9bd8bfb8c99fce81747a309fbe4c2f3bd6cf47881dab5f07ca48e43
Version 20000000
Previous Block 00000000000000000000cbbe83a2223f2358a2406ee29b0c3eac83a63a0251dd
Merkle Root 18cdeb7db1b0d8980e8c107bd4387224518f26f4ce99bdb12ed854728f4f4d0a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,262
Size: 1.00 vMB
Total Fees: 0.03249344 BTC
Median Feerate: 2.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,327 (832,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
80,579 80,579 0000000000096ffeee2eecfbd0cfc325997f7b0b1c8a1edd8629c98a0adf8392 1 0.00 vMB 0
80,578 80,578 000000000032cd8282313d5454f9c8b2efe75ac7f765f5f62ca515607fbfc704 1 0.00 vMB 0
80,577 80,577 000000000041056bcc601ac3e7f60c13af5302d30b4d2c37377a3a0587083852 1 0.00 vMB 0
80,576 80,576 000000000005c01425a9586b627f42a488bad25b0804d6c230e8ad1b79b905dc 1 0.00 vMB 0
80,575 80,575 00000000000d45e0c79828e29bf815d46a5f2fc7022d17c1ef26f24e67ef0ba3 2 0.00 vMB 0
80,574 80,574 0000000000367a3905bbe30bd0b611ce77fca2b66d5fa233a7e6614ac4897ff7 1 0.00 vMB 0
80,573 80,573 00000000003887612474e1763b188ca494e9e514e6b499b6520b3b5bf34a9ba6 2 0.00 vMB 0
80,572 80,572 000000000018b9a53f3bb722d5df5919d2f1a37e8568f899ff04c9ac3b4df41e 1 0.00 vMB 0
80,571 80,571 0000000000009b45715273f8c77edd549eeb0956ef066cf8a85952fad3fb9e2a 1 0.00 vMB 0
80,570 80,570 000000000024c56a9cae8ef7f0b1974dca1818f673c5be8ae047e7fb499c4eac 3 0.00 vMB 0
80,569 80,569 00000000002d68cea716b3d6aa4984193e6d77254b0377bc3b1aae3c8e3522bd 1 0.00 vMB 0
80,568 80,568 0000000000354269b5875adbe1f15d771d98518197fbd5d7c2a5f5c458355116 2 0.00 vMB 0
80,567 80,567 0000000000353a7f166d2b7c2c16f7a706c39529a05d9e0855fee7313a2254a1 1 0.00 vMB 0
80,566 80,566 00000000004eee6800be9ac69f1e244f7da0fa5443e7db58da7af8fb3ebed14e 1 0.00 vMB 0
80,565 80,565 0000000000485c76e41218f0b684236f90f06dae45a6fd704ae4901248f50e16 1 0.00 vMB 0
80,564 80,564 000000000047b9d836606a22dadffe46f481cdb933aa63f8c75c138158addb3e 2 0.00 vMB 0
80,563 80,563 0000000000206383614cad55a2d50a70945a9d5bca3e64189f8cd14743d25c24 1 0.00 vMB 0
80,562 80,562 0000000000471690d080b2e711848ac1e7a0661d90b2af3cface1f0173e4dc02 1 0.00 vMB 0
80,561 80,561 00000000004b439f3d45e5343868633ed3388c80cfdc904f4142f438f9559f8b 1 0.00 vMB 0
80,560 80,560 00000000002043bf0bc95cf131d30fb0c27ea3ef6911f66b6ad04f62e5cf1f5a 1 0.00 vMB 0
80,559 80,559 00000000004c8eb69a1bdee0642b0950328731432ace993f61d2ad178199095c 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.43 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: 129.34 GB
    • Received: 0.52 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.