Loading Tool

Explorer IconExplorer

Memory Pool

45,759 transactions
27.25 vMB
0.07715308 BTC
Random Selection Loading Transactions
Max Size: 143.93/200 MB

Candidate Block

Mining Attempt 1d203e068270c9adc52f6297b4aebad9665d1900184a679c7dda0fcfc0cc1c86
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 79aceddcc54fc28c92063a4d4ccd0f95ad172a4ee768ecf715775b792a703cd0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.02598263 BTC
Feerates: 201.13 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (732,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,069 182,069 0000000000000433be812a3c6ba6a5b25f3f9ed8b34eefdbbce52d15f27b2d1b 222 0.12/1.00 vMB 123
182,068 182,068 000000000000055307f08fdd0b28dff4aad8074a9a16fcf08e3a8c6c2c65f0d0 346 0.15/1.00 vMB 122
182,067 182,067 00000000000009ce37a9102f078b176cb910fc103772f5994771c0a26a40b5a2 437 0.19/1.00 vMB 120
182,066 182,066 00000000000005d493f98887ae63927f969fd882ad105cacf14f87038d297f3f 25 0.01/1.00 vMB 17
182,065 182,065 00000000000004a8337fb12f32441d24666a4738e83d49ad657392dc8e50085d 556 0.25/1.00 vMB 121
182,064 182,064 0000000000000619ecd46d7f945956bf393ced231a937c504dc43e26d355bb6e 131 0.05/1.00 vMB 115
182,063 182,063 000000000000035240d55e7af13982fe51a8e9db858fc81a0174f06dd5c78af1 442 0.24/1.00 vMB 117
182,062 182,062 000000000000021ffffc3638dcb2892c193b4fcc0ef0db9708c4249adecc5112 16 0.01/1.00 vMB 20
182,061 182,061 00000000000004e45900094fa556e9341765bdad08d0cac8411bbd3fdacc266b 314 0.14/1.00 vMB 117
182,060 182,060 00000000000007a8323e54097252b414fd447e97dd77b606e0fced299ec9109c 135 0.05/1.00 vMB 128
182,059 182,059 00000000000005f01a917519f8ad330a568ec92afdcc458b4bd5564c03b98628 9 0.00/1.00 vMB 313
182,058 182,058 000000000000041a4e3050c77684e03dd6446b2779188663452d9d3e7631446a 281 0.12/1.00 vMB 125
182,057 182,057 0000000000000a2721c9b819cd8e14777cdb1b9e16a5b25621571fc51c0088d7 158 0.09/1.00 vMB 99
182,056 182,056 000000000000093d31b50c6a0af1462b8712cbe87c2952f3b8ccef1f8b1a9f78 124 0.06/1.00 vMB 103
182,055 182,055 00000000000007ee3ec20404fffc41a899607e59d2ce0255203f6ba5b2d10eb3 129 0.05/1.00 vMB 72
182,054 182,054 00000000000004c544f7ada5e04717462fc5ef48948b39ba479078a59c64d772 64 0.03/1.00 vMB 140
182,053 182,053 00000000000009ecc6ec81902d773d3a443623c7c450139c5acff9dce8c0ddbc 721 0.28/1.00 vMB 131
182,052 182,052 0000000000000690df83ccb7d90fad1ce0685b1ef0909faf1fe6c4a8ec4aad02 125 0.05/1.00 vMB 110
182,051 182,051 00000000000006d9873fb3e1aa4001d98f6f222020c0cd3110b9489b18a4d529 342 0.25/1.00 vMB 185
182,050 182,050 00000000000007c5a9ceb8e355389a9264ef82bc5dc1a27f769f22024680da3b 148 0.05/1.00 vMB 150
182,049 182,049 0000000000000951df91ac3d5e9c04b11db34bb68bb0649174df38cd36d6219b 132 0.05/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.01 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.26 GB
    • Received: 13.15 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.