Loading Tool

Explorer IconExplorer

Memory Pool

46,989 transactions
27.58 vMB
0.06990530 BTC
Random Selection Loading Transactions
Max Size: 146.10/200 MB

Candidate Block

Mining Attempt 103b6199657f87c6b8771e155e739a9669b40c23ca04f9eafc30f0469c88673f
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 25fb602a5e09b66f0872ba91d0c2d4de5dde4e441763f8530bb8007bfb998b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,911
Size: 1.00 vMB
Total Fees: 0.01752754 BTC
Feerates: 318.30 > 1.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (286,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,091 628,091 0000000000000000000492d65d279d6c3a53520c435da4ceaa2e956e52976a2c 2,728 1.00/1.00 vMB 31
628,090 628,090 0000000000000000000ffba85d088a8640bd83785034727dc31d926ed41d87c2 2,490 1.00/1.00 vMB 19
628,089 628,089 000000000000000000090017905dff36a8c330a17dc757090dd935729371da12 2,349 1.00/1.00 vMB 24
628,088 628,088 0000000000000000000d3cb07a9818f5e16bb75dc973c0e1efd0738633c126d5 1,006 1.00/1.00 vMB 8
628,087 628,087 0000000000000000000d6c4bf194774f888db2ba40dce4d17506cac49f8e5d5d 991 1.00/1.00 vMB 7
628,086 628,086 0000000000000000000070c1dbd84f9c7b42a2e1b9356787350a034d73d4d059 2,806 1.00/1.00 vMB 25
628,085 628,085 000000000000000000017c39955c94e8c97da8c94e411c9171a74fa1427e1083 2,616 1.00/1.00 vMB 18
628,084 628,084 0000000000000000000fd0c16ac84990872065ea07ecd41b0f16ef7ded0f627e 1,701 1.00/1.00 vMB 26
628,083 628,083 0000000000000000000c4728bb8a0b487a1a7bfce69184102e2db96e2e5504de 1,263 1.00/1.00 vMB 10
628,082 628,082 0000000000000000000e1550313bb2de5a15f6d711db62b00ee01c8f5e3d6b6f 2,120 0.94/1.00 vMB 12
628,081 628,081 000000000000000000063566196e4c381ed11b3def0e0896729b60e98da68556 2,367 1.00/1.00 vMB 23
628,080 628,080 000000000000000000118e11e48cd68bd8a264b9915ac7d412f12f4374ad36bf 1,839 0.83/1.00 vMB 19
628,079 628,079 0000000000000000000d4c6602f6a8385e4353bfa1860a6676fb55232600e40d 2,064 1.00/1.00 vMB 12
628,078 628,078 00000000000000000003e59096df47dae940152b0ac67ff68aba6d89ce0bb442 1,474 1.00/1.00 vMB 3
628,077 628,077 0000000000000000000f69d518d1c8b4c41b2e2c199b528c681258b527f270e8 440 1.00/1.00 vMB 3
628,076 628,076 0000000000000000000ab83f144f87d125f860e79d06827c3a636d84ca62b1ab 763 1.00/1.00 vMB 5
628,075 628,075 000000000000000000009942d110424f7111636c54466df83eb3e2239d1875f7 534 1.00/1.00 vMB 5
628,074 628,074 000000000000000000025ba92bef2dd79257dd056a69d8b13e5069fc8cecb76c 2,504 1.00/1.00 vMB 6
628,073 628,073 0000000000000000000a8a61938aa9fd0e45a99a952eb9aee057990766eaa9a2 3,202 1.00/1.00 vMB 5
628,072 628,072 00000000000000000000674214077431b4291623c31b09f8697597b677436cbe 2,893 1.00/1.00 vMB 11
628,071 628,071 00000000000000000010a492f576b503e78c5e6819eacf31b378811c51d60ac8 2,840 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.20 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: 654.03 GB
    • Received: 14.09 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.