Loading Tool

Explorer IconExplorer

Memory Pool

47,078 transactions
28.16 vMB
0.07992847 BTC
Random Selection Loading Transactions
Max Size: 148.30/200 MB

Candidate Block

Mining Attempt 36bf3d6939e709f01677a2a55b75ff65aabb370954aaad79a45767a65eb38df5
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 2d67d66270c70f6c393dcb8191303f84d2ee4777041c808293dbadcba7c13b75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,131
Size: 1.00 vMB
Total Fees: 0.02489670 BTC
Feerates: 100.53 > 2.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (62,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,769 852,769 0000000000000000000167a4745e746821096834558e0a7d8839db7108aa7c3d 1,934 1.00/1.00 vMB 6
852,768 852,768 00000000000000000000e844f31793fe4ae95832b43f1c366eb9326e3dcff0c5 2,995 1.00/1.00 vMB 10
852,767 852,767 00000000000000000001a481e800d3a60641bfc442db64a2c2d9d11d3a298705 1,578 1.00/1.00 vMB 7
852,766 852,766 00000000000000000001f5abfaeaee75b99ed2de165960b79018c83cc149230e 3,382 1.00/1.00 vMB 5
852,765 852,765 000000000000000000018e66bb3252f21ce38a7a1dd1890b1bbb267fc8071201 2,415 1.00/1.00 vMB 15
852,764 852,764 00000000000000000000ddfa40006a28b2fe0e79ef32f09ec2674bb16dd0402d 2,630 1.00/1.00 vMB 10
852,763 852,763 00000000000000000000378762eee3db0351c0d6917f5da39f0ccf2953eaaba2 1,919 1.00/1.00 vMB 5
852,762 852,762 000000000000000000031610e4139fb916e4996797da9f39eb4dec4eab4f8ad5 3,490 1.00/1.00 vMB 11
852,761 852,761 000000000000000000009ff781901977d833f248c6149cd04e368225e592734a 6,412 1.00/1.00 vMB 4
852,760 852,760 000000000000000000018958b3c257ceb58c683041f0ae75c9c5c6650f0f8e07 5,442 1.00/1.00 vMB 4
852,759 852,759 000000000000000000023a7c9542e86a10633caeacdb6c27bfda76cd74a560e1 5,789 1.00/1.00 vMB 5
852,758 852,758 00000000000000000000a29c01773b44f48e6a2e78ac160f3f0f580fe9f5a47c 2,819 1.00/1.00 vMB 10
852,757 852,757 0000000000000000000112c4095d54efe3704396ed633ab1e188422323c1a804 4,389 1.00/1.00 vMB 7
852,756 852,756 000000000000000000026c40209cf790c293697daa66cfd355add6ccafb4db94 2,896 1.00/1.00 vMB 6
852,755 852,755 00000000000000000000d9a88d5cee98164fd59ea5bb68c044231858f57ade8a 2,894 1.00/1.00 vMB 7
852,754 852,754 000000000000000000027b5f8e67578955e7ebd6eade9c211c82cabf24ca0e89 3,526 1.00/1.00 vMB 9
852,753 852,753 000000000000000000008b5ddfaea2eceb81a03c0194beaf0d7d4681e9994376 3,401 1.00/1.00 vMB 6
852,752 852,752 00000000000000000000ac10d905519dda6d55a86b558e768d6b0af5a0b9e530 2,656 1.00/1.00 vMB 10
852,751 852,751 0000000000000000000265a1186f0d1a47fefbef26b8c40407959d0fbe12d1a2 2,341 1.00/1.00 vMB 14
852,750 852,750 00000000000000000001bb6adde261d5dde6b8ec361156bb0c7d5085d4310dc2 6,212 1.00/1.00 vMB 4
852,749 852,749 00000000000000000001665465a254995b6ff3a05b80f15c8d4332732a01ece0 2,388 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.