Loading Tool

Explorer IconExplorer

Memory Pool

41,250 transactions
18.08 vMB
0.17045242 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.73/200 MB

Candidate Block

Mining Attempt 7dff2c6c16d7a28ee8137310d3e495b9d75e70717dabaeae6852395cf402f9e4
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root ebbc21f650e7acd51fced687ac3547843f951f837fa8dbb05f413fdce87d7f3b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,679
Size: 1.00 vMB
Total Fees: 0.05479712 BTC
Median Feerate: 4.58 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (748,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,823 164,823 000000000000030445fef27a0ac0be6530dba3477c5337cc34c8e0b61aa863b3 49 0.03 vMB 14
164,822 164,822 0000000000000bd603160bf7aad955635e7cf3566f6dee7deb568c90b6175d70 32 0.02 vMB 91
164,821 164,821 000000000000041e2959c43dd61ebba46dd18d3447093295b1d83b47775262f3 45 0.02 vMB 88
164,820 164,820 0000000000000aba9ec037c79d6e91abdcfac8aaeb2da2160f307e1fa269b9c7 4 0.00 vMB 0
164,819 164,819 000000000000052a8c2c165eeb02ff7ef69d00cd30aae8fe5113d77fd958b56c 19 0.02 vMB 64
164,818 164,818 0000000000000a43e17e0b530cad80341f7591125aa53ef08473854d73567b2e 17 0.01 vMB 38
164,817 164,817 000000000000025ca0e980441cb2e3de53a9a3317744b891e86c47974169c22c 49 0.02 vMB 15
164,816 164,816 000000000000032c260790e4333900da834c2d53d410babdfac3482ad21b02b1 10 0.00 vMB 38
164,815 164,815 00000000000009b245db12ac235b080337ed249353133de3a617721bff5faa37 13 0.01 vMB 135
164,814 164,814 00000000000005b5968c8ad27749e900e26ab3c904b7cfa2bfe1109b427d1231 18 0.01 vMB 211
164,813 164,813 0000000000000c4eb09e95cd8f145226feae54da3760c4e76c4639421f039f14 28 0.01 vMB 126
164,812 164,812 00000000000005f1be3e03b413524def2622924161b3f8a4533c6a9480538183 31 0.01 vMB 235
164,811 164,811 000000000000011411f9af07b9dfb7a018afe2dcadf728e0b6740ed65fa7700a 87 0.04 vMB 52
164,810 164,810 0000000000000103d9747c52bd95e13b5bcb006390796ccafdd461c1ccf479ff 55 0.03 vMB 53
164,809 164,809 00000000000006793d48b4dff42d7f8765813eb9569cd802381f48f453d83ab0 122 0.05 vMB 190
164,808 164,808 00000000000007944e7e47d69ef80b09aeb1d2bd0a5faff0232495e7c163fd70 17 0.01 vMB 51
164,807 164,807 0000000000000859109a62bf8a62eac60c10112412dcaea26cc4a81531b19c54 31 0.01 vMB 168
164,806 164,806 00000000000002c83f6d4a8415805879d4f0d6024fc1c51a33393ba40edad928 135 0.05 vMB 88
164,805 164,805 000000000000071b012303f011b0e2baa433e82d77cfd467c48865787e48abdf 11 0.01 vMB 20
164,804 164,804 0000000000000b99d5cfd8c544d71245af601929cc83233fe4b50389ac4f2c1a 32 0.01 vMB 8
164,803 164,803 000000000000077c8a067a817b3d49ac766cdcf7688c71a72a169b4c8a4d6a51 68 0.03 vMB 122
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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