Loading Tool

Explorer IconExplorer

Memory Pool

77,289 transactions
28.72 vMB
0.09511668 BTC
Random Selection Loading Transactions
Max Size: 174.07/200 MB

Candidate Block

Mining Attempt 4266d2da54bd95731895ceac143a8df9f8122d1c9a17cc4144ddbef88e71e2e7
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root d7d3aaffecd2ea43ca1382d8b5a3faa73679496e0aa56c3f01039d606e48c521
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,379
Size: 1.00 vMB
Total Fees: 0.03546555 BTC
Feerates: 101.64 > 3.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (436,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,014 479,014 000000000000000000c9fd9a14118d29d64d41d1232b684afa6d7a34f332242d 525 0.33/1.00 vMB 70
479,013 479,013 0000000000000000005900b49f50f66ea33d1636777e68fab9b2fda079d615fa 724 1.00/1.00 vMB 9
479,012 479,012 0000000000000000003f32862e2860b2743c21fe6ac5b85fd4c510ee65e15e98 1,729 1.00/1.00 vMB 108
479,011 479,011 000000000000000000b5baabb879d4d77d7da35c8a7a38bae7e8123e03fa2bba 1,226 0.80/1.00 vMB 96
479,010 479,010 000000000000000000b2ae1683d2d408e2ab3778e3417b863560fbbeaca6c0f2 1,324 1.00/1.00 vMB 11
479,009 479,009 000000000000000000c34df02e8148c47f9c8888d1eb223abb592055473d75df 1,938 1.00/1.00 vMB 92
479,008 479,008 0000000000000000010d7576915bdb97c5d50131a9e915bf728d8d10f3c94952 2,051 1.00/1.00 vMB 145
479,007 479,007 0000000000000000008ecd4de84bc269498c2d95b20d5ba6c3406b01c913f305 1,359 1.00/1.00 vMB 69
479,006 479,006 000000000000000000bc77308e5fd2fc533e53d0870c27c9f6685f6665e43859 1,842 1.00/1.00 vMB 96
479,005 479,005 000000000000000000712ebf31754b648d6dcaf4e6b6b6728bc8c351da27c381 809 1.00/1.00 vMB 38
479,004 479,004 000000000000000000313344de1a7c3bf08b49f6e1838638107cf9ee1d8ecd07 1,481 1.00/1.00 vMB 84
479,003 479,003 000000000000000000df45b3b2c65fcc51a0073c81837ccecb63c35e977bd285 583 1.00/1.00 vMB 26
479,002 479,002 000000000000000000db17b3a6dc7d8c86c0454f4d262bfb3ed7fdb1bec05945 542 1.00/1.00 vMB 25
479,001 479,001 000000000000000000cc12c954032616f0560f79c9a0d4683b535245e6efd344 457 0.99/1.00 vMB 24
479,000 479,000 000000000000000001370c63c96552c2c3af37babb20797f768c219c8df878a3 1,759 1.00/1.00 vMB 140
478,999 478,999 000000000000000000c1cc8cd947813daf3a0040df1d2fea5557d8db716f1287 968 1.00/1.00 vMB 51
478,998 478,998 000000000000000000b5313a36922bea9d13498e3622a2d76708d1163ddc6f8b 1,577 1.00/1.00 vMB 29
478,997 478,997 0000000000000000014164df7fb542abc6f2b25b6fb83fc3c3e5e0559424dfc1 1,807 1.00/1.00 vMB 97
478,996 478,996 0000000000000000003b11c98be3a9662e2b3b4aca513f4ee54884f1e61fb651 1,742 1.00/1.00 vMB 43
478,995 478,995 0000000000000000001ce050d0e7ea9d65ddde2b8dcb64d50850fcb60c87739f 1,570 1.00/1.00 vMB 105
478,994 478,994 0000000000000000007741fe702a50f8177817392f981431583c992042a09dca 1,825 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.59 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.61 GB
    • Received: 15.96 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.