Loading Tool

Explorer IconExplorer

Memory Pool

54,161 transactions
32.16 vMB
0.18361305 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt 580814f3ba6b46a93d59bbd68b066d90e26b8fa5d0f098316722cef6c1d41ccd
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 5f1a8195d261aea1bdc11ce611cc806e7445b6d78d75fe447315ea603a202c3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,990
Size: 1.00 vMB
Total Fees: 0.08079300 BTC
Feerates: 101.66 > 8.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (732,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,081 182,081 0000000000000237bcc5855af3f0d0acf1e6c4d19a4f54207f65e2d14925f5d8 416 0.25/1.00 vMB 121
182,080 182,080 00000000000000ce9a4f4f51d0ee141f3a7a37df0a478fa6078943bf004ed270 557 0.25/1.00 vMB 126
182,079 182,079 00000000000005e5054a70739aca32d9784f79ea66f336d2f2ea1dd994f73c51 147 0.05/1.00 vMB 61
182,078 182,078 00000000000000b4fa22ca128bacda4eb96e1244fc1b821b183e5437e21943a8 138 0.05/1.00 vMB 0
182,077 182,077 00000000000006fa65f7c62b52f4615274406445f6743e4138eb2e6097e95082 75 0.03/1.00 vMB 0
182,076 182,076 00000000000000666dc1eb59ace8b57fde2de14e0e1dcf77daa76f9f95f32605 105 0.04/1.00 vMB 63
182,075 182,075 00000000000009c6a7b3e37e794aa3b2b4ada2569f44a1f36191fb5e7463f62a 629 0.25/1.00 vMB 116
182,074 182,074 000000000000049b53f2562f3d574cecd144d915e4867c246b4b880b3fb28dbd 512 0.27/1.00 vMB 75
182,073 182,073 0000000000000334519b5566aee6960e576ad3390b1f4e6909778ea247f27d07 431 0.18/1.00 vMB 114
182,072 182,072 00000000000003a5daa3db785561bdb4c358538ea28b5bfe04cdd47dce302326 7 0.00/1.00 vMB 0
182,071 182,071 000000000000076e8a54d15cd37e74629366688ef63da1d87189f6f4eca5017a 266 0.14/1.00 vMB 103
182,070 182,070 00000000000009c22955f8677bd2977c6c7b5eb196fa0285cf3f3a08e5bae275 512 0.21/1.00 vMB 139
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
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.49 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.