Loading Tool

Explorer IconExplorer

Memory Pool

79,457 transactions
29.66 vMB
0.06788951 BTC
Random Selection Loading Transactions
Max Size: 178.60/200 MB

Candidate Block

Mining Attempt 0c86264f283d882208f4a8c64fb0d87c88331035c1ef0f1143b218fcfb16fb78
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 2bc0f719fef0332253f76c0e2db89f53a68a9715a8bd238fd6f33b8658a628b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,479
Size: 1.00 vMB
Total Fees: 0.03519627 BTC
Feerates: 150.77 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (248,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,163 666,163 00000000000000000009f904e98839873398e3ed8b41715b942145ca9ec02a94 2,933 1.00/1.00 vMB 87
666,162 666,162 00000000000000000001800414da13e766ac8e815c667e16d93d8929f68ddb33 3,186 1.00/1.00 vMB 92
666,161 666,161 0000000000000000000a8fd5260ca2e4fe49e73dc615d14b5b99f03c233603c7 2,577 1.00/1.00 vMB 110
666,160 666,160 0000000000000000000b5f6051e2d636434f6ae9a1b383472c45e19fdd78c29a 2,586 1.00/1.00 vMB 133
666,159 666,159 000000000000000000023c95b60d07c3c7f55fc7ade974226b3c1eeabc6bddef 2,537 1.00/1.00 vMB 137
666,158 666,158 00000000000000000008a528d5725dcb1992519608b8b0d7a716506b3932da1c 2,885 1.00/1.00 vMB 153
666,157 666,157 00000000000000000000b8767fa658a889718e5c09e40e3e7004ac1ce0909636 1,717 1.00/1.00 vMB 126
666,156 666,156 0000000000000000000728a78b682774a85d43913e674b9703300965745f9569 2,393 1.00/1.00 vMB 146
666,155 666,155 0000000000000000000d184c2f26750d418b9c5cc348eb3564c9d831287c6b02 1,771 1.00/1.00 vMB 144
666,154 666,154 00000000000000000006c9e66b50e1ba63f32bb9eaee3e0ac543d7262f45ba6a 2,462 1.00/1.00 vMB 56
666,153 666,153 0000000000000000000032d7b447a52f142f7b7d277bc9b0e389796ecbad88c7 1,525 1.00/1.00 vMB 94
666,152 666,152 00000000000000000007054cff4915e38e7cb9ea495c4a31ad25ac67a6ffd67e 2,486 1.00/1.00 vMB 63
666,151 666,151 00000000000000000006b1569359b83a65ba335dac0e0291ab5ae7e336c029a8 2,362 1.00/1.00 vMB 89
666,150 666,150 00000000000000000006a96b900ddd1adda7031e9312dc8584f731925fb335e4 2,529 1.00/1.00 vMB 97
666,149 666,149 00000000000000000006ee08ec8e7c38e29ab631d7ecb93187d172e65ac826a0 2,303 1.00/1.00 vMB 136
666,148 666,148 0000000000000000000c86daae0725682e5fb44e9c9fd8e70bc25ce181cad6c2 1,539 1.00/1.00 vMB 136
666,147 666,147 00000000000000000001bcc98a87274d2ab75411fa157e1204a9da977b7e450b 2,715 1.00/1.00 vMB 153
666,146 666,146 00000000000000000002368420bd2bef6e440b70f71dd245c4b0c8272467d524 2,024 1.00/1.00 vMB 46
666,145 666,145 000000000000000000069280695da0c66e1771e6e9d74b48a8d0198eeae019fd 2,116 1.00/1.00 vMB 119
666,144 666,144 0000000000000000000a3cc46dde15005479a69ddee29adc98614a553108dd9b 1,536 1.00/1.00 vMB 57
666,143 666,143 0000000000000000000483a5ba9575de2589223c528610ef9b6eb3e5f176e66b 824 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.37 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: 663.67 GB
    • Received: 14.93 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.