Loading Tool

Explorer IconExplorer

Memory Pool

80,517 transactions
30.18 vMB
0.09106504 BTC
Random Selection Loading Transactions
Max Size: 180.96/200 MB

Candidate Block

Mining Attempt 68eed7ad4d6feeb4a649884f6e4612f79871b86cf89e3a2bc4ebd8ce659a3dd0
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root c221acbf4ace9fc3f64cd09eb9174cd8c9186d1ec7346d4086c624ab48eb611c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.02915831 BTC
Feerates: 301.07 > 2.92 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (468,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,649 446,649 0000000000000000030f7c4a3604a2e0ba8005e1f5f074259036080f1dfccd40 1,575 1.00/1.00 vMB 69
446,648 446,648 000000000000000001f591acb18b245d630400f5f989ba158ab56e4d4cc73589 2,844 1.00/1.00 vMB 87
446,647 446,647 000000000000000002011711a160664f64cf7367396f0c5f0de3dcee6cf20680 1,926 1.00/1.00 vMB 75
446,646 446,646 000000000000000002633b52e4653db44deabcbb316095411f8a3d8eb9806d96 2,242 1.00/1.00 vMB 99
446,645 446,645 00000000000000000052aaf85b219951d85190381b10df886192ffd55a884526 2,425 1.00/1.00 vMB 89
446,644 446,644 0000000000000000033a0dce697f660a0eba49fa0d330e24822426bb45b2bcf1 2,070 1.00/1.00 vMB 81
446,643 446,643 000000000000000000b08ca3498a6f480f602c50f6813ca442d005e2059ec6cf 2,542 1.00/1.00 vMB 122
446,642 446,642 0000000000000000006d92e321fd45a70a506f5b33fc401abf0e57eb764fa11d 2,246 1.00/1.00 vMB 79
446,641 446,641 000000000000000003686774d2395cf36bdf793242c7a678301876fad0f4e625 2,150 1.00/1.00 vMB 72
446,640 446,640 000000000000000002604c03e5ee6ab218f0765c1c1115e01ff03bb133ddc188 2,834 1.00/1.00 vMB 86
446,639 446,639 00000000000000000184cdde3515bfbfae4003e8b669aa98e73f56b2a1d636a0 2,826 1.00/1.00 vMB 78
446,638 446,638 000000000000000001c8e1e0abb2460969b0c778d42590dd2f3607ff8afdf95a 2,461 1.00/1.00 vMB 72
446,637 446,637 00000000000000000018ae7788cac78e67ff8095f6e1fdb51f820c0bdb389412 2,143 1.00/1.00 vMB 87
446,636 446,636 000000000000000002e23d1ec4d6284cac567cf651c498c4e0467bd8eeb0ba5d 2,509 1.00/1.00 vMB 96
446,635 446,635 00000000000000000016f882c2287e5aede73372e34fc77663a482f05aecb7a9 1,183 1.00/1.00 vMB 60
446,634 446,634 0000000000000000000013e779c40822f409bd9c1f1220260db56b48e0538f5d 2,699 1.00/1.00 vMB 100
446,633 446,633 0000000000000000026b646591396f9e3d3d2a66d89b94275bf580b438b9ba93 2,415 1.00/1.00 vMB 5,114
446,632 446,632 000000000000000002c86850d59c129d469e3886b582ae5eacb0db204547c4b2 2,568 1.00/1.00 vMB 75
446,631 446,631 000000000000000002cad6bcbfd5403cf8f7b24b14b6b126c5e4da4c82074eff 1,872 1.00/1.00 vMB 69
446,630 446,630 00000000000000000151f919e68e4233ad4a3d0b3245e8b8d48baf51853dad2d 2,275 1.00/1.00 vMB 76
446,629 446,629 0000000000000000035b726f152b05627aa0b34a4d57fed8da85925804e85758 2,268 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.