Loading Tool

Explorer IconExplorer

Memory Pool

74,965 transactions
27.78 vMB
0.07774253 BTC
Random Selection Loading Transactions
Max Size: 168.84/200 MB

Candidate Block

Mining Attempt 7c14bb5d31a52efb2bea0a59501a2e72f8de643e8ee80d41f30b99bc5b405cd0
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root bfa4bb8b9dc50c0e4ba211ef2e1af4b220d8f340e2bcb8edf37c8663e2e92c45
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,260
Size: 1.00 vMB
Total Fees: 0.01830246 BTC
Feerates: 472.31 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (270,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,526 644,526 000000000000000000043b72e33b47471bf3e66e80ebcc00af6cbb232061e92b 1,245 1.00/1.00 vMB 15
644,525 644,525 0000000000000000000d46ecb359dbefb3742978b221dd282a802d333435094d 1,390 1.00/1.00 vMB 30
644,524 644,524 0000000000000000000ee2cf865023b6a3b56db699c9dfd6f6e1ad774d9a9aed 2,108 1.00/1.00 vMB 64
644,523 644,523 0000000000000000000facfabc11ac8d73cddc3d49b4e2f8bef5bbd3c877efd4 1,343 1.00/1.00 vMB 25
644,522 644,522 000000000000000000092a85e05a23d17c5d48d3ca56d13292019e176e323f7f 2,735 1.00/1.00 vMB 39
644,521 644,521 000000000000000000070cb01d09a91ab45fb9a948e76f3c3b3a1ec7916a0290 2,578 1.00/1.00 vMB 114
644,520 644,520 0000000000000000000592bcaa59bb34fb50558e7b0db222105085735deb2923 196 1.00/1.00 vMB 8
644,519 644,519 00000000000000000004d069a576426715798b8a57a0a4fa6b7aa9e73343e28f 1,844 1.00/1.00 vMB 32
644,518 644,518 00000000000000000008e55d778a471688e73edb536d3b3ed7cd4e6def26aeea 1,526 1.00/1.00 vMB 33
644,517 644,517 000000000000000000087e89c7c723ce74c2ea051b768908a59b7cf03d0aa570 416 1.00/1.00 vMB 9
644,516 644,516 0000000000000000000d92d239493dd66152823d8c307ce99c3e3dc41f91b210 297 1.00/1.00 vMB 10
644,515 644,515 0000000000000000000a5d9196403e25e0b3459ea0d83e7296903f0e146c826c 1,949 1.00/1.00 vMB 13
644,514 644,514 00000000000000000002d63ffc48f7657fe9724bc5fd6518b6bdea415c13b919 2,066 1.00/1.00 vMB 16
644,513 644,513 0000000000000000000c660a471be52d06ffd9f58d9b8c1c515d491578d8b106 2,628 1.00/1.00 vMB 108
644,512 644,512 000000000000000000044dc48e5430f74054b2bdc34f206a762ea8ac76565e24 2,625 1.00/1.00 vMB 157
644,511 644,511 0000000000000000000e3533226ccbdf655c967c4b58c5a078d733453e8fa0d4 1,405 1.00/1.00 vMB 7
644,510 644,510 000000000000000000108ab7499ec4988430273812bd3150710b605fe4a7e36c 2,484 1.00/1.00 vMB 92
644,509 644,509 0000000000000000000a86fbe3a726418a6f942a36560b74c44f9623db5eed2e 2,499 1.00/1.00 vMB 78
644,508 644,508 0000000000000000000dd57ea18566e002d41c1d7fff1b5a56713c5e5327176f 2,251 1.00/1.00 vMB 68
644,507 644,507 00000000000000000009c1cb2360943337c17891724429ca37b4ae5d453b1ebd 1,656 1.00/1.00 vMB 13
644,506 644,506 0000000000000000000fed26f8b0c834643af5131c5c2b7f8921abacf001e6ac 2,635 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.39 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.