Loading Tool

Explorer IconExplorer

Memory Pool

77,735 transactions
29.99 vMB
0.06871817 BTC
Random Selection Loading Transactions
Max Size: 181.93/200 MB

Candidate Block

Mining Attempt 2ac07e93aa067e0eaaf83a9091a49ec29004df6462f5e282379d3abd28d948f6
Version 20000000
Previous Block 0000000000000000000036bbd7276eb10eeccda80d363dbecfc4a4ff5e03f32d
Merkle Root 1331c82a48e70e0059d76693c503b9f2f853ea8c0c0e215601f89e67d127bc4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,975
Size: 1.00 vMB
Total Fees: 0.00513460 BTC
Feerates: 150.92 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,191 (210,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,022 705,022 0000000000000000000381ceacb6827c090caf9beb10df3e064b0da728ad298d 1,791 1.00/1.00 vMB 16
705,021 705,021 0000000000000000000b0f594ebcb51f20a296c7f033d41455cbe1b3da6dece5 4,074 1.00/1.00 vMB 10
705,020 705,020 000000000000000000052d76b24fb903d544b77e7b3a4bebd9353133b2c91170 1,385 1.00/1.00 vMB 9
705,019 705,019 0000000000000000000690aaf1e5101ab0e3d59bd93e19e59596ad5182fe09fa 2,263 1.00/1.00 vMB 10
705,018 705,018 0000000000000000000c51954c0dece20466b41ae5f9719b3bc6f137eb4e8813 3,229 1.00/1.00 vMB 23
705,017 705,017 000000000000000000078cb3a1b7602edbeeaa934a98e5860e9a48d8abdb7268 2,549 1.00/1.00 vMB 14
705,016 705,016 0000000000000000000a5fc5502be2eecaf4b4055086cd91429d45a81e4795e4 2,638 1.00/1.00 vMB 10
705,015 705,015 00000000000000000008f7e5f600a283df009aa5b619d50c58479279a6f7544e 2,795 1.00/1.00 vMB 17
705,014 705,014 0000000000000000000ba821876ebee8c4297a3cdc9b719201f1206078583a49 2,230 1.00/1.00 vMB 11
705,013 705,013 0000000000000000000b34b4807726ead52112e750489ca0f7e2d09278c7e54a 3,851 1.00/1.00 vMB 12
705,012 705,012 00000000000000000008c78b35863e43026502035f4bf7851629a6755a119d24 3,449 1.00/1.00 vMB 16
705,011 705,011 0000000000000000000c096de8ad22120b7ed9d94b85d4872b9fbe29dd47f7a5 3,898 1.00/1.00 vMB 24
705,010 705,010 000000000000000000025bde50fb610ccc43d03525982745ddb3a1cfb4ac2f20 2,735 1.00/1.00 vMB 46
705,009 705,009 000000000000000000064613309ca3e8232397b467af98790b3cc3ac23479f80 2,071 1.00/1.00 vMB 15
705,008 705,008 00000000000000000000a8675c6cbce2f04f3e68cadc382d2fecc048fd74d0d6 2,409 1.00/1.00 vMB 16
705,007 705,007 0000000000000000000a3287c34e5181d0bcc1985243b9d71b49d5a1ff0c6636 3,126 1.00/1.00 vMB 20
705,006 705,006 00000000000000000000b0a9f71aa1291e009ae81fb0b243bb8915976949a3c8 3,095 1.00/1.00 vMB 13
705,005 705,005 0000000000000000000cf16113f1d9b48df27bac31e39d7de1a8d5d030b3a9b8 3,192 1.00/1.00 vMB 20
705,004 705,004 0000000000000000000088e9f4e70b6a61648c24bc615aa418f181c0edf8006b 2,402 1.00/1.00 vMB 29
705,003 705,003 00000000000000000002e8c1670aaf39f2792d379a3486f823b048ace739aabb 3,350 1.00/1.00 vMB 27
705,002 705,002 0000000000000000000bf943380c0ea90610e40b8c19ed2c30ecee553e9b0d44 3,226 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.72 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: 707.08 GB
    • Received: 16.66 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.