Loading Tool

Explorer IconExplorer

Memory Pool

81,787 transactions
25.86 vMB
0.06855936 BTC
Random Selection Loading Transactions
Max Size: 163.43/200 MB

Candidate Block

Mining Attempt 229ca57045e43b0409bfbb530c852d4bb1f791b2d30f7158b0bc89bf5b9e27f2
Version 20000000
Previous Block 00000000000000000000d59abfc71068578900077b86a047e79fe2fc5dd5bee7
Merkle Root 3c4d8b7ec83089a9a20325c619f8b0e5c42e9b272202c58491c3eed6489daae4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,020
Size: 1.00 vMB
Total Fees: 0.01147697 BTC
Feerates: 100.69 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,947 (834,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,530 81,530 00000000001d88d1b4068c3c6ecc82032f78e82affe925ccc5e94da990e83703 1 0.00/1.00 vMB 0
81,529 81,529 0000000000295c7ef1ad0b026796545982e9998c5106cc68c00ee4d90afe3752 1 0.00/1.00 vMB 0
81,528 81,528 00000000003ce24be71452dede6391a6e306885f7dbd66c8fe0dabdc94877831 1 0.00/1.00 vMB 0
81,527 81,527 00000000001f100d69bd158ddb9f828379f361c8056986e73b89a51958b0ad5e 6 0.00/1.00 vMB 0
81,526 81,526 00000000002273a819b9dc0a8b404c050485af91a0191f838e32723f41d3857f 2 0.00/1.00 vMB 0
81,525 81,525 00000000002ab16165326a61776223c48516da4957c112b08162b13c7357493c 2 0.00/1.00 vMB 0
81,524 81,524 00000000001d355f0f73ab9d6ef8d89a5de3f5cd3a2ee5c84c171ecb0a8524e1 1 0.00/1.00 vMB 0
81,523 81,523 0000000000383d9b2d75c293d4566ce9fbe200382de493daf270fdd72a9ce5a4 2 0.00/1.00 vMB 0
81,522 81,522 00000000003b1e33a1e5ad8a19de14f60a45af02b2dd2f681854130795c048d3 2 0.00/1.00 vMB 0
81,521 81,521 00000000000d0191edbdec52d2aa5a87d6bc037b5d6a48e4a1612c9dbbb590b6 1 0.00/1.00 vMB 0
81,520 81,520 000000000043d92fca0813270339e7d8d1eab754a992d5ebb6656811963ba115 4 0.00/1.00 vMB 0
81,519 81,519 00000000003fc6bb9d62e4b7c03f213842ae47fc746c43cfbc6d1dd1afccbceb 2 0.00/1.00 vMB 0
81,518 81,518 000000000033ade1460a0ffe836d185d374182ef222526c91b39e6d8b6af427c 3 0.00/1.00 vMB 0
81,517 81,517 00000000003828fb9507bb25f9e797d30ac8b47a1e019b038b2aab4874a2fbdf 1 0.00/1.00 vMB 0
81,516 81,516 000000000026bcbf290cd0af4e092f16fa83d5b62e5309cde27779f67570d7f6 12 0.00/1.00 vMB 0
81,515 81,515 000000000045f4694e488c0d9d00aca8560adf99d2a73d9cdecd1c971ba1d9c1 1 0.00/1.00 vMB 0
81,514 81,514 00000000001a5d84df1d5b1ed02df2d9558eaea7c7452f7dc79f0a94f5adc624 3 0.00/1.00 vMB 0
81,513 81,513 00000000002dbd1d1536c490d326f468ee342b422a9c07fa7f3adc988f361042 3 0.00/1.00 vMB 0
81,512 81,512 000000000004cff4bc6ce2130c2650aa256cd5582479e1b0f1387afcc47893ad 2 0.00/1.00 vMB 0
81,511 81,511 00000000003926bc998db2885d66ca9eed733d06f8ce1ba267852ce2460c4aad 1 0.00/1.00 vMB 0
81,510 81,510 000000000022945d2384a0c56ba72d92d2b4113741b781fd7aed0290b6ea30a7 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.03 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: 800.22 GB
    • Received: 22.80 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.