Loading Tool

Explorer IconExplorer

Memory Pool

44,919 transactions
27.37 vMB
0.10385982 BTC
Random Selection Loading Transactions
Max Size: 143.48/200 MB

Candidate Block

Mining Attempt c125e9c240882359669dec4f0d09d5d1372dfcbac69c215536ce0823c8b1edf3
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root a4dfc21a361a6a7a5de83bc80e9ee06be9c9076f175b044fb65f368d51dcb01c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04741970 BTC
Feerates: 151.16 > 4.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (191,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,087 723,087 0000000000000000000a54c7b541599200766cf1184e93f959c75b9224e1aeea 75 0.02/1.00 vMB 9
723,086 723,086 0000000000000000000309b74b8926a8d1a35446ac8bfd4e970c47fd61dfb7cc 1,450 0.58/1.00 vMB 8
723,085 723,085 0000000000000000000055c8fc5fc2d9b25eb7cab006882e5d4308ccf9fb4e03 1,280 1.00/1.00 vMB 3
723,084 723,084 000000000000000000052175ce0d79213cbc399f3ecd1a3c62bcaf0a7a21097e 2,918 1.00/1.00 vMB 11
723,083 723,083 0000000000000000000a731174c298541ae048d7facde0024bfc4f9a927c434d 1,795 1.00/1.00 vMB 8
723,082 723,082 00000000000000000001dcd7d41d38773ba7a07c17fbb60ef3e50e6b7b36a007 1,445 1.00/1.00 vMB 11
723,081 723,081 00000000000000000001d3c68e7f96107225a19ad4f8a1756ef118acf89751da 1,498 0.57/1.00 vMB 5
723,080 723,080 00000000000000000007cc4fab617ebc2d5c2421ca832afe37937a4202f3fbfc 3,336 1.00/1.00 vMB 13
723,079 723,079 00000000000000000008f5d2c4d95374f2fb1e8d8c0abb23ce245c1d5b5e4daf 730 0.27/1.00 vMB 9
723,078 723,078 000000000000000000003f946c112174c6201f9013999427c1667334857a6bf0 899 0.34/1.00 vMB 9
723,077 723,077 0000000000000000000a3622419aaec28ef80979e2486660195e9a9176927dd1 128 0.04/1.00 vMB 13
723,076 723,076 00000000000000000004a484c670541b5b04dae3669b535ecf5efb363cacd050 2,252 0.81/1.00 vMB 9
723,075 723,075 000000000000000000054d8b14dc7ea1cfa69ad86327f46be36bf2b1c2423a0a 1,197 0.43/1.00 vMB 10
723,074 723,074 00000000000000000002accd3f6af7b9954aaf3c57aa25d1212b453bf0b623ba 1,173 0.76/1.00 vMB 1
723,073 723,073 00000000000000000005d76d890d83f1178cf469419af5e744c9d86ec3a2d56d 2,379 1.00/1.00 vMB 7
723,072 723,072 00000000000000000005023b28662b25473ea859bcf81b8adcc6e3861d92de6e 1,776 1.00/1.00 vMB 13
723,071 723,071 00000000000000000009fe6606832f14dfcf62037f3eb2452b5a4cb4dc550a56 1 0.00/1.00 vMB 0
723,070 723,070 000000000000000000064877607bfe7f3a165108f908d92da64ddbfabe78699d 1,788 1.00/1.00 vMB 11
723,069 723,069 00000000000000000001e947442628dcb41c8f4144a05efe3890d4e3ff26e8a4 114 0.03/1.00 vMB 10
723,068 723,068 00000000000000000004aca5e7479cfd13e40b43b7a7d810ac25df801fb3c896 284 0.18/1.00 vMB 9
723,067 723,067 00000000000000000006413c572cfe8dc174512276f34d4ce6e38d5dfe5fe45f 326 0.22/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.