Loading Tool

Explorer IconExplorer

Memory Pool

76,308 transactions
28.45 vMB
0.06698656 BTC
Random Selection Loading Transactions
Max Size: 172.44/200 MB

Candidate Block

Mining Attempt d96a0a7827fae82365716bd6c4da50f28f709487dad85c48dbbfae4d09be2509
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 047edd1c3d9ab361ce924be6c28f51a636be5df54704f7eb90327e039853b9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00778902 BTC
Feerates: 78.13 > 0.78 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (484,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,415 430,415 000000000000000001086bcd307233eaf1a1bc88be47130343feba9676eb4ca4 661 0.99/1.00 vMB 17
430,414 430,414 000000000000000001efe0f6a6b594f2af46f8e33ecd1cbab47fed88ea5be3fb 580 1.00/1.00 vMB 18
430,413 430,413 000000000000000000c96c39e6ba505c957dae741f36626ce6a5058e867bfb0d 1,611 1.00/1.00 vMB 36
430,412 430,412 000000000000000003a90a03fa1080c730cdc1080fa3885a259e70b332c236e3 1,307 0.52/1.00 vMB 63
430,411 430,411 0000000000000000003ec512119d10f14e3360cc0acfaed21a19cb3298d9f6af 1,740 1.00/1.00 vMB 42
430,410 430,410 00000000000000000297050fc7f4ea2b09dc0645e4f121b658fdf626b6f7b705 2,649 1.00/1.00 vMB 64
430,409 430,409 00000000000000000155285cbcc37d5cbd90bcb04b52b0dea71f51e05ff3cb59 2,150 1.00/1.00 vMB 65
430,408 430,408 00000000000000000044317b63037af48004824cb7597ecb645539186fc05fcb 1,880 1.00/1.00 vMB 32
430,407 430,407 000000000000000001d6309bdbddb0b3fa1a118f0b03cd64fb9bc65e9c58bc1e 2,459 1.00/1.00 vMB 73
430,406 430,406 000000000000000001b81e5de21586e85c7f701f9bc7c9c83e89c6d80e730a53 2,699 1.00/1.00 vMB 72
430,405 430,405 000000000000000004b4ac9d4aad507512ad2595b18bfae441ac26bbd15b35a6 1,361 1.00/1.00 vMB 32
430,404 430,404 000000000000000003c27d184dde8e0ad6071bb50f007f99451537f38b29528d 2,627 1.00/1.00 vMB 63
430,403 430,403 00000000000000000495aec1e151a2183247ef195113f97326ef0040b4966b03 1,980 1.00/1.00 vMB 63
430,402 430,402 000000000000000002731961729f5069828794a6851b842fc7d699c3b4d1d4a3 2,606 1.00/1.00 vMB 63
430,401 430,401 000000000000000003782d9b70c6e32fc08ab374199a06cb41babbce05567744 2,852 1.00/1.00 vMB 61
430,400 430,400 000000000000000001f1d0c825db7885c3e81d4fc1bb9c5489a8de0ed30565cc 2,336 1.00/1.00 vMB 70
430,399 430,399 000000000000000001b47ba9469aaa50970768781623f40325feefd5de94fc7f 1,960 1.00/1.00 vMB 99
430,398 430,398 000000000000000003391e1c77ac91c46c312e0491984b1c4f2b50652c636e8b 1,560 1.00/1.00 vMB 40
430,397 430,397 000000000000000000f43ba195277f49ace6519c1321d3abfc6e75d0ecd4507d 2,949 1.00/1.00 vMB 80
430,396 430,396 000000000000000002b8beb5744dd94fac9e360a09ae6dfeea45633a3256bff7 1,913 1.00/1.00 vMB 68
430,395 430,395 00000000000000000490a2ec6a889bd8fb68f6a6b6cf5fdb358e1a032cf1256d 976 0.39/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.