Loading Tool

Explorer IconExplorer

Memory Pool

78,721 transactions
34.45 vMB
0.17138451 BTC
Random Selection Loading Transactions
Max Size: 192.16/200 MB

Candidate Block

Mining Attempt 059038a3759c55057f445fc734fc75ccf10dd8a9269ac1ff3745db02527b19dd
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 2c90accef4ce6c329c2ecbb83d929691e55dd8f954f977c19a68f8b3785f58be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.04684705 BTC
Feerates: 469.97 > 4.69 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (89,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,113 826,113 00000000000000000000fd696c9c95fc126427c2817d861256e2c6c7b71589f9 4,131 1.00/1.00 vMB 88
826,112 826,112 00000000000000000001bff426eb7e919c4087b190146aaf84066b5403064cf9 3,192 1.00/1.00 vMB 80
826,111 826,111 00000000000000000000b816df324fd2d4a659f1ace937ea502c1a651d87649b 3,769 1.00/1.00 vMB 75
826,110 826,110 00000000000000000003cd7b5a9f1d4da746aeea672bf3589f30d885348ebf75 3,727 1.00/1.00 vMB 53
826,109 826,109 00000000000000000001670a0549a38ecf2e51d40936c3cfdc2da4804e7b6e32 3,932 1.00/1.00 vMB 78
826,108 826,108 00000000000000000002bbed4fc11ac201ebd94631f271f795eaba521e313eb7 4,228 1.00/1.00 vMB 84
826,107 826,107 0000000000000000000301cfe042d231cd48ad1f3e561f8083eec4f08e05126e 3,291 1.00/1.00 vMB 71
826,106 826,106 00000000000000000003c5a088884b551b79c439ca2367a5bb50b905e5cc8e12 3,023 1.00/1.00 vMB 66
826,105 826,105 000000000000000000039a83546c59b47e4bece9cb5bccb895055be68f9ef5e4 2,963 1.00/1.00 vMB 70
826,104 826,104 0000000000000000000156bd7db2fb2a90869a44a93084e0797784ca1f86e3a5 3,780 1.00/1.00 vMB 78
826,103 826,103 000000000000000000007b48ed73844fb0855f1e770c5fcc9c74423b4576b5a0 2,078 1.00/1.00 vMB 61
826,102 826,102 00000000000000000002adb526e8b259f8120bd8beb5b29154f9d014c447f689 3,672 1.00/1.00 vMB 131
826,101 826,101 00000000000000000000da71d4db0d37d73a29aebb19779f1bff329752440a47 3,544 1.00/1.00 vMB 169
826,100 826,100 000000000000000000027355ec97ee57ccde65463d246b7aece09970e64c3bad 3,723 1.00/1.00 vMB 145
826,099 826,099 0000000000000000000078e630b049dedb2cf501cd47b5716512a3b89d18b0df 4,008 1.00/1.00 vMB 175
826,098 826,098 00000000000000000001c6ffee423d78d9c149eb2cba803b3effd70b4bd9242c 2,933 1.00/1.00 vMB 80
826,097 826,097 000000000000000000017823f153f69481a7f5ba9f9724492b6adce3fde0cedd 3,271 1.00/1.00 vMB 81
826,096 826,096 000000000000000000001e7e3a0b5b667e49bdd49b81de58e035367d890e2d5f 3,215 1.00/1.00 vMB 157
826,095 826,095 00000000000000000001d183148d5d4e45e0cd26eed6c9492ad9adc169f254cb 2,385 1.00/1.00 vMB 51
826,094 826,094 000000000000000000008b4ce2def5dae1c24562cc3cfa8416e6c70ac7576d48 2,876 1.00/1.00 vMB 50
826,093 826,093 000000000000000000030ceb0c70274dbdf4110cf62b9330f0eb95e525d9dc09 3,400 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 783.11 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: 735.49 GB
    • Received: 18.57 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.