Loading Tool

Explorer IconExplorer

Memory Pool

43,777 transactions
27.14 vMB
0.06315523 BTC
Random Selection Loading Transactions
Max Size: 143.11/200 MB

Candidate Block

Mining Attempt 68c03cec429a2f8d1e81e9938aebde57e8323aa229fa4dbf46ecd18076de3d42
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 948878ef7e190f6c84b205b99952dcffc24a81a33de6ed633ee9d9359fefb0e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,628
Size: 1.00 vMB
Total Fees: 0.01252647 BTC
Feerates: 502.65 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (313,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,950 600,950 0000000000000000000eae73e874dd11465b5d6a0a815d2de7ff837db4a8cd16 1,979 1.00/1.00 vMB 3
600,949 600,949 0000000000000000000921d25f8de75e0cdc07b7ee5bc29fea118c155643e174 2,527 1.00/1.00 vMB 4
600,948 600,948 0000000000000000000862b6e2335099e5c0501288bf86ffd8aaf0b0adc5ab47 2,713 1.00/1.00 vMB 32
600,947 600,947 0000000000000000001377baa5217eddc70a8cd6ac492aa418a8f690f3c76e81 2,775 1.00/1.00 vMB 26
600,946 600,946 000000000000000000135881b34970db9c96350545b3267c2dfede88a8b3a18b 2,891 1.00/1.00 vMB 12
600,945 600,945 00000000000000000000e662beb27aed06e331f40568424f652fb562eeed9581 2,732 1.00/1.00 vMB 41
600,944 600,944 000000000000000000130fd21e2a3c8fd44c68ae1c391bccb3d9bb2593fdbb49 3,075 1.00/1.00 vMB 22
600,943 600,943 00000000000000000005082853c16c001cdd78b9923faf377768e2c8ce5b6ae1 2,510 1.00/1.00 vMB 55
600,942 600,942 0000000000000000000c42f135dc6855849c3b80386db0235bb3f1097aaf911a 2,695 1.00/1.00 vMB 39
600,941 600,941 00000000000000000005ee9f115704c6393334d375ac122b1a14db6b3b6df073 3,258 1.00/1.00 vMB 28
600,940 600,940 00000000000000000011db13ed59322f09a8c0cfc98bf1ecc140430ff4e4f21c 2,525 1.00/1.00 vMB 47
600,939 600,939 0000000000000000000c2e01e489dfcc82186b916393281e760e29b2632e9e94 2,905 1.00/1.00 vMB 24
600,938 600,938 000000000000000000028b96d7037747a85ebb80f8341c41de653b96aec57408 3,434 1.00/1.00 vMB 9
600,937 600,937 0000000000000000000498dabdeb71bf56b1c004e82ed2b59ea94830fd209c3b 2,213 1.00/1.00 vMB 30
600,936 600,936 00000000000000000002d6c265d4ba67d4d82c6eedac373ce52d4aa5328f153e 2,796 1.00/1.00 vMB 28
600,935 600,935 00000000000000000010d19f0709e727628f11c8294aa80a73ccace031c05be1 2,733 1.00/1.00 vMB 35
600,934 600,934 000000000000000000098789654fc9fb93ad2b79cda0c9626794f48f1b9c0ff0 2,256 1.00/1.00 vMB 28
600,933 600,933 00000000000000000000c9277c2691de2bf227f5ef9a9c7bb05cf6e0aba3eed6 2,316 1.00/1.00 vMB 9
600,932 600,932 00000000000000000000e22cdd89d65fc0f4a4fec28a8598bab06826c782cd19 2,668 1.00/1.00 vMB 24
600,931 600,931 0000000000000000000c971defe7193d95cad318fe0fc6cd2964bf9501735341 2,511 1.00/1.00 vMB 29
600,930 600,930 00000000000000000009e064788a4f7da4241a4c8b4d4a855a74522d0f26ea46 2,290 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.24 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: 655.23 GB
    • Received: 14.28 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.