Loading Tool

Explorer IconExplorer

Memory Pool

78,830 transactions
29.22 vMB
0.08487374 BTC
Random Selection Loading Transactions
Max Size: 176.87/200 MB

Candidate Block

Mining Attempt 0f607f3881e07f4840ed082f98cf7e325a6851dbd6b3860db8434d462f2c4f5e
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0eb03ee22e606e8fb0043831c5945de5f7eb6cc7a9c4224e5f9a6784281b6da0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.02365698 BTC
Feerates: 178.73 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (378,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,068 537,068 000000000000000000103dd1b1de89adc3ca4fee92e3ea5bd6f751259396db16 2,435 1.00/1.00 vMB 28
537,067 537,067 00000000000000000000eb9b60284b0121163c1df3f71835bb666d0037ecf81f 2,475 1.00/1.00 vMB 10
537,066 537,066 00000000000000000019018c437d0dd2d2ea5fd35dfb7f781a1fb9b0098cfa99 2,618 1.00/1.00 vMB 8
537,065 537,065 0000000000000000000eb2c5e7bcd158f97e0ffedc72d72b3a919b3ad4734290 2,035 0.83/1.00 vMB 31
537,064 537,064 0000000000000000000663a3eaae75bf87f9c72421b4978639d3648920ef31f1 297 1.00/1.00 vMB 3
537,063 537,063 0000000000000000001695ce5dd8b2d3f452c95662a74b90917e069d3ff8c81a 2,823 1.00/1.00 vMB 23
537,062 537,062 0000000000000000000e6136557be6f79464e0d7bc569726eec52b56ae0dad12 2,486 1.00/1.00 vMB 27
537,061 537,061 0000000000000000000ed830f3fe46ad5dce3dbb070ce7161feb62a61f50e50f 2,967 1.00/1.00 vMB 19
537,060 537,060 0000000000000000000a719aafefa8c5c664ce08f05142f1c8101f04f984c32c 2,986 1.00/1.00 vMB 35
537,059 537,059 00000000000000000015ffe27e5f0d1ba8540efb31a39cb041c572ba616d78b8 1,319 1.00/1.00 vMB 19
537,058 537,058 0000000000000000001631fa4ef01f01e40e5cd9442824ae75d1e899ad182dac 2,480 1.00/1.00 vMB 11
537,057 537,057 00000000000000000009d19931e0e878af0aea0b00fdeea56e6f93c74882a024 2,633 1.00/1.00 vMB 17
537,056 537,056 0000000000000000000baf22fa5ef34caa7f17d63109db5bf1a12d220a800772 2,318 1.00/1.00 vMB 11
537,055 537,055 00000000000000000004d69b29f7918120f373737e3b3b91b7949575d0331d33 2,429 1.00/1.00 vMB 27
537,054 537,054 000000000000000000263ea00297766e1d5bfa5ab7e6c90a7579a2fdbc914389 2,711 1.00/1.00 vMB 46
537,053 537,053 00000000000000000010f309f4272f2cfbc85a7a777909a2d17d9624a8c7fd37 2,462 1.00/1.00 vMB 34
537,052 537,052 00000000000000000007a081d89794baf35eb678af04578671938a0ce54b8015 2,577 1.00/1.00 vMB 33
537,051 537,051 0000000000000000002b3b906ce27bfbcd8014c4163ebb31bdc5a7bfcfd73ebe 2,704 1.00/1.00 vMB 51
537,050 537,050 0000000000000000000ebd45be7cb77aa08c6d2cf0fd576de577a56148e0bf96 1,443 1.00/1.00 vMB 16
537,049 537,049 0000000000000000001ca775e20aae613545784bca53f7757ab2df683575a7a1 2,385 1.00/1.00 vMB 35
537,048 537,048 0000000000000000002109386e90df5b656dc556b889ff6b8149aa863a723e8d 2,309 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.68 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: 678.88 GB
    • Received: 16.44 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.