Loading Tool

Explorer IconExplorer

Memory Pool

14,537 transactions
10.99 vMB
0.04764482 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.61/200 MB

Candidate Block

Mining Attempt 8e5a4bb8b21f7133f79a4b3c2b839320bc244fd1b2c347c6cd80e93bd3569259
Version 20000000
Previous Block 0000000000000000000006ca46d77662424a3c954a5db8f2745f0dc89e1e8097
Merkle Root 754931fe0e730e4cd27ecdadf4d8e8599d79d259abbb3eae6650e7ba29b92447
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,677
Size: 0.9979865 1.00 vMB
Total Fees: 0.02469771 BTC
Feerates: 201.37 > 2.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,811 (656,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,785 257,785 0000000000000001f3cc296d1a7483e3586ad91c7ba7f99e47c75f21d254e709 90 0.04/1.00 vMB 101
257,784 257,784 0000000000000012881542b5a016181fda68e8db36f6727636f8daa951494f37 356 0.15/1.00 vMB 99
257,783 257,783 000000000000001840e8ccfd2de6f53eea673ebe02ffa11ad2297d4738f0c43f 256 0.10/1.00 vMB 159
257,782 257,782 0000000000000009527d076cbc8ca1f3c576a581731e138fe492f2604c0168fc 16 0.01/1.00 vMB 53
257,781 257,781 0000000000000015e92da81d63f4ad3de641c9e42c10e4c59dfa4c21fefc20a3 256 0.10/1.00 vMB 122
257,780 257,780 000000000000002914bfa2aea7770b45c20fe2b9910c3081bad3e43eda24d25b 60 0.02/1.00 vMB 108
257,779 257,779 00000000000000235efcb7cbbbfe78a68641fbecfeee3e1d6f6db6ee05078454 118 0.05/1.00 vMB 105
257,778 257,778 0000000000000003b935ae21d668b46b0a0edb373bbe1bbf48040373608b5a9c 55 0.03/1.00 vMB 104
257,777 257,777 0000000000000016cb217aaefa482f5fdd10c8a50eeb66e1b3a74085e48a85d3 460 0.19/1.00 vMB 99
257,776 257,776 000000000000002ae86ee1186ab192e5266ac8dea185ba5f62785d50c0acb8a2 601 0.25/1.00 vMB 132
257,775 257,775 000000000000001567fb77108f754931cbc42cfbf0a11509b9bb29c04c09663d 109 0.04/1.00 vMB 106
257,774 257,774 000000000000001ee524391992c596445a6dccf1a41d9a3de8fa05d08c4cf7d5 202 0.09/1.00 vMB 92
257,773 257,773 0000000000000028cc85e22294bc62a3d1206043abe5ecb891d43bf71367daa0 171 0.07/1.00 vMB 126
257,772 257,772 000000000000001f64c69bf9328948de65871cae25d0a5839ea45f7de033070a 765 0.32/1.00 vMB 119
257,771 257,771 000000000000002b75267b885c1321358c9ce09ada83fbd0b2363260e02ff1ca 49 0.03/1.00 vMB 82
257,770 257,770 000000000000000cf02b968b1446b67b94c154b3b3412bc334c76513a43f3f0b 173 0.09/1.00 vMB 104
257,769 257,769 0000000000000003337fae18bee718bd4c8667ab12108b7c3854d0eb9591533e 231 0.11/1.00 vMB 96
257,768 257,768 000000000000002937ddfd56f9093ba11c3bb7681cb80d68a846d25977ae9133 424 0.18/1.00 vMB 102
257,767 257,767 0000000000000017e89772bfa0f8d67ef4071a20d951027a51472d85c08f40e0 141 0.05/1.00 vMB 102
257,766 257,766 0000000000000016390c82d3f75cc6d28b7586e78caaa3b440c96baf1b06979b 569 0.24/1.00 vMB 100
257,765 257,765 000000000000000355bb0df3f9fb1c8b45fbbe9c7f41539e06b7c95c683be363 407 0.24/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 780.28 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: 516.73 GB
    • Received: 4.47 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.