Loading Tool

Explorer IconExplorer

Memory Pool

82,528 transactions
30.47 vMB
0.10510928 BTC
Random Selection Loading Transactions
Max Size: 185.95/200 MB

Candidate Block

Mining Attempt 2b8f4336ec1c6c5fddeb661a80151121d8a6cdb22aa9226bf6c6bbc05f67ff61
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 554496168ecc9859a6ccaeee861dd2434c41e58647fdc91eabb73faabe61ffc8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,721
Size: 1.00 vMB
Total Fees: 0.03362684 BTC
Feerates: 402.60 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (188,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,072 727,072 0000000000000000000451c2ec1b2f22aa7f29862c1c94f6c003c3e23f1088de 67 0.03/1.00 vMB 18
727,071 727,071 000000000000000000025d5630279e991976593e82090b62f1d8e247bff2ed2d 433 0.17/1.00 vMB 10
727,070 727,070 000000000000000000086cd712cffd3a47a8bed713c6c99b9013a07a7732881e 175 0.05/1.00 vMB 15
727,069 727,069 00000000000000000002cf48ad5e6cc1128c299fe80876e2761b25f20be9568a 1,185 0.82/1.00 vMB 6
727,068 727,068 0000000000000000000a0817512348beb05e0cba17741dc89ad24382c90f68ba 245 0.67/1.00 vMB 4
727,067 727,067 000000000000000000076bbed09321bc9c0e06c8fa25df36a38c9e95624a3d93 2,028 1.00/1.00 vMB 7
727,066 727,066 00000000000000000006f8860a7c9cb599d594b0a68e195dd5dcb548a6e59bcb 605 0.21/1.00 vMB 7
727,065 727,065 0000000000000000000035e8793b0f4cb82eee9968d0aec1808e77747389de68 1,141 0.40/1.00 vMB 8
727,064 727,064 000000000000000000013cf87174eb0ae2b89007fae2020571af783f5b89ad22 540 0.15/1.00 vMB 9
727,063 727,063 00000000000000000003c4de7b7ec8ec216cd8b6467f07f9b704316250d48d87 1,544 0.52/1.00 vMB 8
727,062 727,062 0000000000000000000652dd28cf35a86f11923872207d91fc2b4dd43f1a49e6 1,325 0.42/1.00 vMB 8
727,061 727,061 000000000000000000095cb824da1b4ced4444f759de2766e355731de311b8ef 1,371 0.96/1.00 vMB 2
727,060 727,060 00000000000000000003efbfbc81a14a9a681c4b8581f742734d1d2e667a5520 2,090 1.00/1.00 vMB 8
727,059 727,059 00000000000000000003e3acfcb65f85f343c7c10392262733559b700295bd2e 3,521 1.00/1.00 vMB 5
727,058 727,058 000000000000000000001e6cfab7cbb91fb0d7d8134882bae5142009cd7288a0 2,540 1.00/1.00 vMB 9
727,057 727,057 00000000000000000002eeb890e33a4b3109a98178f6626723d48ae2b9052de8 1,356 1.00/1.00 vMB 10
727,056 727,056 000000000000000000050fa7529417cd454bdb68da6f3ceaac50deacb9eec0d6 2,711 1.00/1.00 vMB 6
727,055 727,055 000000000000000000071b641c46f71b68319997fc7b43ac2d2fed2d71508c01 3,240 1.00/1.00 vMB 10
727,054 727,054 00000000000000000005807be6eec8485794feddef850d9b06b1660fa49e4e9f 2,801 1.00/1.00 vMB 23
727,053 727,053 000000000000000000084c8ad5ea50fdb379ed6e2ac2b524bb3fc0f1b3d4f37d 2,345 1.00/1.00 vMB 8
727,052 727,052 00000000000000000001dbd8d0e2ab2eaa85b50abe5a2a8b1752fede3113cf8c 2,305 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.