Loading Tool

Explorer IconExplorer

Memory Pool

40,708 transactions
27.23 vMB
0.07638154 BTC
Random Selection Loading Transactions
Max Size: 140.49/200 MB

Candidate Block

Mining Attempt 5c19f6fb01b73d1c4c24a22baa8933d4f7fba22b9b148116aace8adce2489ced
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 952c8e6428e118ad58be108b11ab8427f20fb204c874de4de81c7cb3bf8c9b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,011
Size: 1.00 vMB
Total Fees: 0.02451688 BTC
Feerates: 107.72 > 2.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (215,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,826 698,826 0000000000000000000fcf8511f67359768d7c7e2790d63b6230da38fbb13bf7 700 0.45/1.00 vMB 6
698,825 698,825 0000000000000000000afc2a87faadc6b9aa508298be526c688cce0cbb3843b7 1,091 1.00/1.00 vMB 2
698,824 698,824 0000000000000000000deaeb9356181521e6e2134ff6c1cda297de5ff09b8800 2,530 1.00/1.00 vMB 18
698,823 698,823 000000000000000000048a890edb938fbf5b39279b7655a3a76c67ff165276c3 627 0.39/1.00 vMB 11
698,822 698,822 0000000000000000000bd214fd83d565db9b4aa577010e437cef8ccff178453c 897 0.37/1.00 vMB 13
698,821 698,821 0000000000000000000a26579721df6b712487d04b381403125956004b809100 322 0.12/1.00 vMB 13
698,820 698,820 000000000000000000029d9445229ed00c631c4a045669b8c48a31489a242006 589 0.38/1.00 vMB 7
698,819 698,819 0000000000000000000dcf68f9a44f52070c9366cb7f15ff386e1a99b4550c00 1,098 0.38/1.00 vMB 7
698,818 698,818 0000000000000000000721a085e9c424d0374510177a1ffa89396f15459c02bc 2,303 1.00/1.00 vMB 8
698,817 698,817 000000000000000000094a8ab7d549e4a82ee3d0762235423d54900bbd025efb 981 1.00/1.00 vMB 13
698,816 698,816 000000000000000000080c1d86d802e13c0a3b8a38a7a37bae6d2f9829569ee1 2,499 1.00/1.00 vMB 24
698,815 698,815 0000000000000000000efa92c3c9eb60fc1a3c85e7dd27d1d3b57637dacff2e4 45 0.01/1.00 vMB 18
698,814 698,814 0000000000000000000d6f202c3de421f008c9ed8d5f3b26edd5702cce1b8b83 2,720 0.79/1.00 vMB 8
698,813 698,813 0000000000000000000d083d8fa1597d508a5f495d7394f469fa42e03eb13975 2,509 1.00/1.00 vMB 20
698,812 698,812 00000000000000000008e9e5dfa88cef4ea4401688976ac7d9f12f498b524712 1,935 0.78/1.00 vMB 12
698,811 698,811 000000000000000000077b296ac1063be531d6116c8367754f51d2e1e0d2510f 2,294 0.97/1.00 vMB 13
698,810 698,810 0000000000000000000ce76af0bf0cd8376164889f07a00a5bd4a2ebd0c02c13 1,677 1.00/1.00 vMB 10
698,809 698,809 000000000000000000054e9a9ec2ee1fc36995065a9846cb5c4a32cd3a7a2ede 2,320 1.00/1.00 vMB 23
698,808 698,808 0000000000000000000bf9461e8e0b8e077bcc0e8fe0f55483a7fd5d0860336c 3,320 1.00/1.00 vMB 15
698,807 698,807 00000000000000000006d07ed7ec61ea9029bc17cc05ec3dbfca1ebfcc284f3a 2,746 1.00/1.00 vMB 14
698,806 698,806 0000000000000000000e499f766c9c4d81a90cdeee0b75ca11fa5f49b2087151 724 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.21 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.