Loading Tool

Explorer IconExplorer

Memory Pool

48,767 transactions
27.55 vMB
0.07880805 BTC
Random Selection Loading Transactions
Max Size: 146.91/200 MB

Candidate Block

Mining Attempt abecf080bd9ee33c8609402caf38f2afdc2e6b2a3b71d30a4ce335361ff6bb29
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root cad63ba7cddcb2779ae62b3980d6791f28a385fdee0008ee853f1a2146772777
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,791
Size: 1.00 vMB
Total Fees: 0.02709396 BTC
Feerates: 150.92 > 2.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (78,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,569 836,569 00000000000000000002ede9f2d952cf4ddd2f0d9d59cd655e13d0c415864eca 2,030 1.00/1.00 vMB 17
836,568 836,568 00000000000000000001f18bf8736cb31d1e0e9292da831a36f28b3410fd7fac 1,603 1.00/1.00 vMB 16
836,567 836,567 00000000000000000002a3a899ddbe432fb07a2d0082cf8f1c0beea5779288cc 3,022 1.00/1.00 vMB 22
836,566 836,566 00000000000000000002aa7e9e901f873f586ae9ec0700e88ea6780759c4ad7b 3,633 1.00/1.00 vMB 24
836,565 836,565 0000000000000000000296652b9de470f539744ba3580c53ca79a5eb1b26a82e 2,830 1.00/1.00 vMB 23
836,564 836,564 000000000000000000035531d0045d1db73e9b716295b29d3229f5935ea57d48 1,710 1.00/1.00 vMB 15
836,563 836,563 00000000000000000001b29c158b1df470cf8f5cef642a43df2b99786b3b9ebe 3,204 1.00/1.00 vMB 22
836,562 836,562 000000000000000000018515f60864e39b67aca3fbd9df5bcb62180d7dc58d91 3,498 1.00/1.00 vMB 24
836,561 836,561 000000000000000000020801bf56e0a122d310e4a9e32d94f073ab6f0cb58abe 3,742 1.00/1.00 vMB 22
836,560 836,560 0000000000000000000224e73068ffe96ea24ffd2167daa85bd4c28d7087a395 3,012 1.00/1.00 vMB 31
836,559 836,559 00000000000000000000951d199b1e3e396c2cf4ad2ff7a13fdbc9eed036e305 2,737 1.00/1.00 vMB 18
836,558 836,558 000000000000000000025e1216edcede844fbef840a67b7d27bd171683b8f192 3,067 1.00/1.00 vMB 24
836,557 836,557 00000000000000000001d46d8cba0672eef3d0e2ec1efff70f30ad5991fb2993 3,492 1.00/1.00 vMB 21
836,556 836,556 000000000000000000008becef07741ca51a0f818ac35e8968e4053502da2f40 3,450 1.00/1.00 vMB 26
836,555 836,555 00000000000000000002507ab0e935fe3765fef014f7741816d9b09e286066df 3,059 1.00/1.00 vMB 17
836,554 836,554 0000000000000000000288db8d9de07c69e037f667d1977cc4aa80eb4721714a 2,855 1.00/1.00 vMB 28
836,553 836,553 00000000000000000001aa5c92e02fd16effb6a398f3c4f0acbe78865ea37c5f 2,932 1.00/1.00 vMB 26
836,552 836,552 000000000000000000009af052c0a4a2ec710148b54ec105ceede049c136ed5b 2,210 1.00/1.00 vMB 17
836,551 836,551 00000000000000000002de4862697151774a75f5e3a9351e974dee7ab36c4768 1,693 1.00/1.00 vMB 17
836,550 836,550 00000000000000000001660fe92f76cb14f786778e49198461d2e71f2d47a9e0 3,521 1.00/1.00 vMB 23
836,549 836,549 0000000000000000000308219a5047d5d752ad2ddd4f62b805f26f2087a8aa58 2,611 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.00 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: 649.05 GB
    • Received: 13.13 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.