Loading Tool

Explorer IconExplorer

Memory Pool

46,003 transactions
20.42 vMB
0.04499767 BTC
Random Selection Loading Transactions
Max Size: 116.72/200 MB

Candidate Block

Mining Attempt 6d6f40a01c371d588abf243f64450695405cf584515fc531a1c5fd0066eefc59
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root ec567aaa01ed773eacd9922def032cad400c469dc08578d63dc888584e3195b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,892
Size: 1.00 vMB
Total Fees: 0.00455584 BTC
Feerates: 60.14 > 0.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (899,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,231 14,231 0000000023626d49a125416d1ddcb9a269c44e6fcfb3f8450ea6867274bfbe81 1 0.00/1.00 vMB 0
14,230 14,230 000000007d6de2572a4a1821559ca6c375b204d4a276805d221988f54ebb1dad 1 0.00/1.00 vMB 0
14,229 14,229 00000000da3ca77c0dd96e71539005429bee2217f7cdd68e7f72e861f8d0aa7d 1 0.00/1.00 vMB 0
14,228 14,228 0000000052e401605c881e9e48ca46c1d2a5b3dcfabb2cf5125255ddff290567 1 0.00/1.00 vMB 0
14,227 14,227 00000000b15f8f321c88b97f08b47b973f63e42475da4cc30b47a2ea60d5aa5f 1 0.00/1.00 vMB 0
14,226 14,226 00000000ea670e1a755a6b45f30247fb20d477ca6c93f41abc62609f1b85be6a 1 0.00/1.00 vMB 0
14,225 14,225 0000000061ece118390688c248e1116f22dd8bc85251e73d3a593eac29e4fdb6 1 0.00/1.00 vMB 0
14,224 14,224 000000008cdc477b835e4d5194980014848a831b0646f9683a16adfd75ceaf69 1 0.00/1.00 vMB 0
14,223 14,223 00000000c99dd2081c41ba9a93f0f8084fbd51270e225b3a7f1144876d5d907e 1 0.00/1.00 vMB 0
14,222 14,222 000000001db32e0bc4dcd2e95c606e0de117263720c5f36adf3af68a01ae8153 1 0.00/1.00 vMB 0
14,221 14,221 00000000f25090570b57c016d536d428ea419db14e7de3b70e454663f5896c07 1 0.00/1.00 vMB 0
14,220 14,220 0000000032c2c218a66838916186537a35457c2d596ae6a8710623e16335fcac 1 0.00/1.00 vMB 0
14,219 14,219 0000000070f429599602f1aa2744ab4704d5a51daf57fc9299f3df27d0b90c61 1 0.00/1.00 vMB 0
14,218 14,218 00000000d74f5aa4e5a2656c2e07ded3a18912f3b8d25418cdb2d4c239dafded 1 0.00/1.00 vMB 0
14,217 14,217 000000008e8ec7d3c6b2e709cd6be792b05bca0d24a127bc1a478fef6fcccb7a 1 0.00/1.00 vMB 0
14,216 14,216 00000000ed98ccaddbd57ab21d90667e3ffdff7b918ee5e9ef0f8aa558655fa0 1 0.00/1.00 vMB 0
14,215 14,215 000000009e4cd87b58c23dd094687af58102bca689aaf456eeb03fa4635f935f 1 0.00/1.00 vMB 0
14,214 14,214 00000000ea4145861c48f2f689fa7d93ca6a1b3ee81056ffdb6dd669c45d4a39 1 0.00/1.00 vMB 0
14,213 14,213 00000000c683dc02140eece0d49566670ca2acc217779da146267ed425b897f2 1 0.00/1.00 vMB 0
14,212 14,212 00000000af39fad491cb96e0a6cc6902912287c9fe73c14aef363dfd5d9c5882 1 0.00/1.00 vMB 0
14,211 14,211 00000000e7c60dc60e6ca478570525a104ff6e0d1a0fad7428b20f5cc67a8905 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.64 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: 550.10 GB
    • Received: 6.41 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.