Loading Tool

Explorer IconExplorer

Memory Pool

76,815 transactions
28.76 vMB
0.06845857 BTC
Random Selection Loading Transactions
Max Size: 174.20/200 MB

Candidate Block

Mining Attempt 4fc42e631cfd9cc47b99ff9d319f4770edc7eae4185c34bf3e9eb13609ff5ce4
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root d7041c960a1d6bd50e64035755ac25aa7c90994fe34c6d9942093c12933cd01d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,570
Size: 1.00 vMB
Total Fees: 0.00847989 BTC
Feerates: 50.27 > 0.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (263,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,285 651,285 000000000000000000030f58b17eccbf80ce86552965319e4b4bc6adce81a926 1,966 1.00/1.00 vMB 73
651,284 651,284 00000000000000000001f37f994d809554741b50276b32fe7e8cf3fd45db9980 2,742 1.00/1.00 vMB 19
651,283 651,283 000000000000000000007f33f02d6678375b8f0f457b174193fe4b3e3d50521b 2,077 1.00/1.00 vMB 14
651,282 651,282 0000000000000000000c1e56334879414cdd6c86d4000313b112ffdfbfd1037b 2,233 1.00/1.00 vMB 23
651,281 651,281 0000000000000000000d0f6a8daf7200f3810d21d323c6142648d2359f0251f0 2,821 1.00/1.00 vMB 54
651,280 651,280 0000000000000000000799a56ab6c12d761a11b7d479d1072dfc08eff9ddf6b9 2,637 1.00/1.00 vMB 88
651,279 651,279 0000000000000000000c94ac42a0dfb0bb48ccbbaa11330c4c568d3d66945479 3,034 1.00/1.00 vMB 111
651,278 651,278 0000000000000000000995caa97202d3823445006abdc357c4abb8be4b5a78a3 3,004 1.00/1.00 vMB 111
651,277 651,277 0000000000000000000d8b1b4999461a396eb5520ed8cf5fc9afc675756c580b 2,123 1.00/1.00 vMB 35
651,276 651,276 000000000000000000017f3cd1f951f3f157927ecfa995e6cc70e9c7c640791c 2,517 1.00/1.00 vMB 23
651,275 651,275 0000000000000000000e5eceafbb5080cdc6bf0268fb44399d27c9646ad4ad79 2,651 1.00/1.00 vMB 87
651,274 651,274 0000000000000000000b3c6017e89510117a28736d51857547a6292cdba8db84 1,064 1.00/1.00 vMB 19
651,273 651,273 000000000000000000029ff1f10d6a62e629371836f92ffe5664fc21acb11e35 1,663 1.00/1.00 vMB 32
651,272 651,272 00000000000000000004b16f04e45df32b2b90c25d6759678fa7268827bd1ab4 1,281 1.00/1.00 vMB 12
651,271 651,271 00000000000000000000dd06de925d9766d76112ee415be7a0565a80eb12eaab 1,919 1.00/1.00 vMB 27
651,270 651,270 0000000000000000000025da8a629a0c07c1709a6c13370dfb557cf57cc81742 2,599 1.00/1.00 vMB 30
651,269 651,269 00000000000000000003c37accd26f6b7e1d0291cd631efc3abe15e1cdba099b 2,620 1.00/1.00 vMB 60
651,268 651,268 00000000000000000005d3cde8409b32725b2773dad38d1e7088387322f6fb9a 2,671 1.00/1.00 vMB 39
651,267 651,267 0000000000000000000661d53fb18677e4857d135baf4fda00bc20224da695ae 1,574 1.00/1.00 vMB 101
651,266 651,266 0000000000000000000851816c014c9ca27baadbf565de4985d40f4d49a8990f 2,709 1.00/1.00 vMB 110
651,265 651,265 0000000000000000000289e560691f67db6aa72fd00dbd7ff5034ba70371ac11 2,551 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.