Loading Tool

Explorer IconExplorer

Memory Pool

8,720 transactions
3.49 vMB
0.01351854 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.13/200 MB

Candidate Block

Mining Attempt d0198f7789e4403e6ddeb33ed1ee9174b0fe8d5b5fd31c6de3f928c88bdb560f
Version 20000000
Previous Block 0000000000000000000112ffd371287b3c84509c944a570407db8fd21ee1339f
Merkle Root 9ac56fa7ab56b3c1c8efd3b0e00a03548e1206ed7409261994a97333020ab79d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,556
Size: 1.00 vMB
Total Fees: 0.00987752 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,492 (713,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,723 199,723 00000000000002a819110a273293896090a1614dfea8775dfa3a930f51e00dae 90 0.04 vMB 117
199,722 199,722 00000000000001673b57fa0c8cc05f3d6e91d02b345f94e6d461673f6f82af80 14 0.01 vMB 85
199,721 199,721 00000000000004e7721b2ae109378764aac51744b6028d8a2bc6aac4ebbabd3b 107 0.06 vMB 173
199,720 199,720 00000000000002f58745901313065d22d71f3326046235af9335c0075dc45355 115 0.03 vMB 36
199,719 199,719 0000000000000287d85bfe4a9a7c6c817caeade6ba998a09d86ced23dd922b68 36 0.02 vMB 115
199,718 199,718 000000000000031d72aeeaf89ce26e49785c340fe531b1d5029d60ecc8ac8dc2 356 0.13 vMB 153
199,717 199,717 00000000000000a4ce131ef5b3f5fa032cfd082a941db5019a9b2fc2fcf30a70 46 0.01 vMB 153
199,716 199,716 00000000000004b52e6d80966a32c52bcd5d145819339c88c7d2695dd7888d3e 128 0.06 vMB 88
199,715 199,715 00000000000000de9953e482942ca2ed3c148c2190d397623edc355c9aedee9a 24 0.01 vMB 59
199,714 199,714 00000000000001bc23f19330e86cc9098c2ffe58031f308772ceefc65bf581aa 65 0.04 vMB 87
199,713 199,713 00000000000004f99757934cde9e3f02ceb95f3e19f1ec830300cefd51384fe4 332 0.15 vMB 131
199,712 199,712 00000000000004606fc1accdddb9bd3a6b5d4ad5b2629e82604315f031569e40 212 0.06 vMB 108
199,711 199,711 00000000000001cf3c2312e6abfdd51c3566b9c4eedcad277294580c7f817853 27 0.01 vMB 121
199,710 199,710 000000000000049092f039c151640c531b2b7034a7d7866f60376d9990c248f6 246 0.11 vMB 118
199,709 199,709 00000000000002a78df1d111b41a7e955e4335181711274f4dfe8c34cc4961d9 230 0.11 vMB 130
199,708 199,708 000000000000049c0c05d540aa367ccfdbe4b51eabb599dae1adcced1cf4767b 127 0.05 vMB 197
199,707 199,707 00000000000001d4a80bd31e06a7a19b17554cbc123ced4c5516b16ee89dea48 339 0.18 vMB 128
199,706 199,706 0000000000000244f7802098c1c8757d143cca81f7572b982811a0c1d85806ae 119 0.05 vMB 126
199,705 199,705 000000000000059067524de7b19f1c92e6012f44b3dc2e456ecd1a20dbf80363 281 0.08 vMB 101
199,704 199,704 00000000000001eb85901221c418bd718fac68c70460b5c550cad1d48715a5d1 14 0.00 vMB 153
199,703 199,703 0000000000000194dbf6e6dec5e7a5788c9de0631393c6ecf67e861dbb96595b 90 0.06 vMB 95
Previous 10 blocks ↓
Total Size: 779.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 364.13 GB
    • Received: 1.75 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.