Loading Tool

Explorer IconExplorer

Memory Pool

76,755 transactions
28.74 vMB
0.06765205 BTC
Random Selection Loading Transactions
Max Size: 174.11/200 MB

Candidate Block

Mining Attempt 8f3ba51e3dc7d343e34cdf4272267a7cd1d2d20d84c9f95675975134fc0d2683
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 42aaf0491da6a049352239cc0860d72d4f07f2c4b4132a5335d5ed2daeb6b111
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,657
Size: 1.00 vMB
Total Fees: 0.00769314 BTC
Feerates: 40.21 > 0.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (388,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,045 527,045 00000000000000000017a0c9f7ef9a1cf4e0f6c18e997cfb4a97181a2abc1ccc 730 0.24/1.00 vMB 23
527,044 527,044 00000000000000000036130ebd7f7935d958086a920c6704f2303444fb5f5901 488 0.18/1.00 vMB 13
527,043 527,043 00000000000000000000fc74ab62d9f22ec5c2d51e448c2da6fd652ec61a4f48 1,520 0.62/1.00 vMB 8
527,042 527,042 00000000000000000009efdcdb86040059d392af80d261e82335f208c04c49bb 3,487 1.00/1.00 vMB 132
527,041 527,041 0000000000000000003329b8fa1d5c0116da5bc34f680376169bcebf632791fd 2,234 0.78/1.00 vMB 89
527,040 527,040 000000000000000000292bc2e9f1ac134d9ba0afd1f8b7184d617ae38156b48a 277 0.08/1.00 vMB 74
527,039 527,039 0000000000000000002d163607c476605d0881869fe7ffe1c6e27e738be7b770 1,023 0.34/1.00 vMB 73
527,038 527,038 00000000000000000006102f9d8798bb0ae418a18855490382019d4465b7b974 1,944 0.70/1.00 vMB 66
527,037 527,037 0000000000000000001fbeb0ab8610cabf003c06d3ff50a22ad7c025262231d5 509 0.18/1.00 vMB 19
527,036 527,036 00000000000000000015d10c10ba2ffc61476f68b671744e4e32f4cef8eea95e 2,297 1.00/1.00 vMB 22
527,035 527,035 0000000000000000003069d8a0e671a884926ed8fd409b09710c14ae3b04e00c 1,045 0.33/1.00 vMB 23
527,034 527,034 00000000000000000010e0f3987411e1ffcfe94f132b29b54745cd31e6d1824d 2,134 0.63/1.00 vMB 82
527,033 527,033 0000000000000000001c61ae9468b7b7fcc97b265e7ac3c6abc951c901e909f4 2,762 1.00/1.00 vMB 15
527,032 527,032 0000000000000000002aa73e31a34a26f30256481c44fea7aa1e33ed1d561897 2,644 1.00/1.00 vMB 23
527,031 527,031 0000000000000000000f4b8ac76bc687bedf205f214faf6ef86775b115a33cb6 3,222 1.00/1.00 vMB 16
527,030 527,030 00000000000000000015c8a7af60454c7a0cb927415b604d00f249e49d50f4eb 1,691 1.00/1.00 vMB 44
527,029 527,029 0000000000000000001c5b5777b8c5b25e08cf86650cfbea055d7a5b86f3edf1 2,606 1.00/1.00 vMB 17
527,028 527,028 00000000000000000026d2d3e0cc4dce9561ee3658d028a1cefd34de611df2c0 2,756 1.00/1.00 vMB 31
527,027 527,027 000000000000000000118464986a1161608488d85cf68b5886cd929bfb8af77b 885 0.36/1.00 vMB 31
527,026 527,026 0000000000000000002a2852e53089d57a6433d32a95f70976b2e38cb887cda6 2,132 0.71/1.00 vMB 20
527,025 527,025 000000000000000000156ca55210341fc7fd9c052d55b8ab7f2455b9c9d0a37c 1,953 0.79/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.66 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.06 GB
    • Received: 16.36 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.