Loading Tool

Explorer IconExplorer

Memory Pool

78,604 transactions
28.86 vMB
0.11005172 BTC
Random Selection Loading Transactions
Max Size: 175.25/200 MB

Candidate Block

Mining Attempt 5f767e6c02c879fd11f9c4bd4ce9ea40a8e025082f859a3487ce37de5c8d9b92
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e669259e14fe93838796aca777d3101f279b7b8b22123c63c5393a60c75feb02
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.03923054 BTC
Feerates: 602.26 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (184,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,684 730,684 00000000000000000007e790117eea0831da35b7d85c2980cf341a82db491be6 933 0.30/1.00 vMB 6
730,683 730,683 00000000000000000004bed850a91794b8349bd1f38e76115e382a37e0526031 2,324 1.00/1.00 vMB 4
730,682 730,682 000000000000000000092d9ee4eaa7908021e6a762e2d1a2eed3ec2a7fa149f1 1,869 1.00/1.00 vMB 4
730,681 730,681 000000000000000000098467da44284b936f51b2cbcf72c2d135b8cb40f9b3e5 3,305 1.00/1.00 vMB 7
730,680 730,680 00000000000000000009b861c92f93fc8a2d49a30f91c1ab82f981c7d9f85e4a 2,981 1.00/1.00 vMB 24
730,679 730,679 000000000000000000005b2cddd8ae3199166102293d5c9d7199e2484bbdca9f 1,971 0.64/1.00 vMB 9
730,678 730,678 00000000000000000007e440b1bbcaba04b1d158c34fcc752950b803169f5c68 807 0.24/1.00 vMB 9
730,677 730,677 0000000000000000000424b1001673e9ceae382d18282b29ccc104ff7b7ffbf4 1,553 0.47/1.00 vMB 14
730,676 730,676 000000000000000000033eca28f4a0b3c4496b8a4796ab18f80a5b4133472e1d 2,978 0.97/1.00 vMB 10
730,675 730,675 000000000000000000009176517c280f58dfb9c7f9b20edd4774ef3e49101435 1,221 0.42/1.00 vMB 8
730,674 730,674 00000000000000000002645b3fb958f4b65fa3e4d932ad756eadd754bdaacaf3 915 0.50/1.00 vMB 6
730,673 730,673 0000000000000000000661e693f27369fcf5ef00930a7c81ed4e55e340ce5f17 676 0.20/1.00 vMB 9
730,672 730,672 000000000000000000034b79fbc3c4abd59ec2cd04a73ddb8b9f55811116be83 941 0.67/1.00 vMB 5
730,671 730,671 0000000000000000000419f4f83210134b3d2fa9aee8cd15a880385a6995efb9 2,831 1.00/1.00 vMB 8
730,670 730,670 0000000000000000000447bedf7f1e69412632de7afd68793f448be89c02dc3c 2,507 1.00/1.00 vMB 9
730,669 730,669 00000000000000000005a1e77a077e0118a6fe18261a29db7d41f5d3ca7e7035 903 0.75/1.00 vMB 4
730,668 730,668 00000000000000000007270be2ed58a3dbe6e65b5e574bfee2a79a5d98250676 2,107 0.91/1.00 vMB 7
730,667 730,667 00000000000000000008e84c5580c73ef588dd1e6cba908de7d9db026bb4bed4 936 0.34/1.00 vMB 9
730,666 730,666 00000000000000000008dff749e268b7151be88e4da3edd1309e1f3d2f18df1e 251 0.07/1.00 vMB 9
730,665 730,665 000000000000000000084c3f767b8935f2e9da186cf8a872ce5285a3ce0b1789 1,586 0.56/1.00 vMB 7
730,664 730,664 00000000000000000005954b2f52afc8cd9e29ed81f27e1ebea34fb0f3afd7fb 485 0.16/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.