Loading Tool

Explorer IconExplorer

Memory Pool

79,196 transactions
29.42 vMB
0.08799816 BTC
Random Selection Loading Transactions
Max Size: 178.06/200 MB

Candidate Block

Mining Attempt fdba3c88de05c584c454fb657a6113642e359d72da2b0b5716d22dedffbf2b72
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 6bebef31839998f1d3d600ee223698ba67878e0360cd45d53683197df8320cf6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,912
Size: 1.00 vMB
Total Fees: 0.02622948 BTC
Feerates: 263.85 > 2.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (738,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,056 177,056 00000000000009a6a3c2e1e69ce7f7f9d48cef2099f994130ff79ec0c217e8bc 43 0.04/1.00 vMB 732
177,055 177,055 000000000000009803bad80f2d804fd9fb4d30dee4bcdd9953d3ed74dddb98be 128 0.06/1.00 vMB 134
177,054 177,054 0000000000000526bb5ce3f6d69aee898207ead5eff165fbe014aaa97fd4b0bc 16 0.01/1.00 vMB 19
177,053 177,053 000000000000080b9bd08ae649d331faf94fb0584866005d1c713544da3fd950 31 0.02/1.00 vMB 177
177,052 177,052 000000000000060554803da57ab112f20eff9177878007db2a9410d2dd32b846 97 0.04/1.00 vMB 467
177,051 177,051 00000000000005df82ebce873ecfed0398ef6b5a6bc0d696c341a92ea1e3c83f 97 0.03/1.00 vMB 13
177,050 177,050 0000000000000475c1fa47c3966b01e059f12e09fa037b0a8cb31d0a39c61c0c 110 0.05/1.00 vMB 212
177,049 177,049 000000000000004e1de6dbe2051e6595d96130acfcd2eb27d89842e52f4be2bc 165 0.05/1.00 vMB 11
177,048 177,048 0000000000000735e7a622810a19ae9702b3c23ed5411960762fef26e5c68c26 98 0.04/1.00 vMB 185
177,047 177,047 000000000000031774d3c95a0f3a7930020aefae6bab991729b04422f742ab3b 130 0.06/1.00 vMB 142
177,046 177,046 0000000000000a793738464e05f22e253931e718fc89caf5e3c0a62c4d5592df 11 0.01/1.00 vMB 7
177,045 177,045 00000000000009475817352d9a01b69953fc5f850e33446e364284c81e3361e2 30 0.01/1.00 vMB 286
177,044 177,044 00000000000009d3c3bee3207dee653e3729bc4e92b4cc23e87845dfe6f8c87d 67 0.03/1.00 vMB 42
177,043 177,043 00000000000009f026ebcb6c8d6fbc5a2ce2fb6187b87282390c28e5722b4b08 54 0.03/1.00 vMB 10
177,042 177,042 00000000000001ac346d88f5f8642bdff451fb95eaed607e0a6559542d235ed8 28 0.03/1.00 vMB 64
177,041 177,041 000000000000095dd1df0b7201c0808562130770de4fc2bdd190c90660963732 89 0.04/1.00 vMB 131
177,040 177,040 00000000000003a35f09ecd42d630bc5ca2b372bbd7c14ebf374654241b8a4b9 126 0.05/1.00 vMB 1,077
177,039 177,039 0000000000000a45a9a3292a4dd65540d44b72ceeea7a2bbc3938540f9db3fcb 138 0.06/1.00 vMB 166
177,038 177,038 0000000000000556e3d17abbe602c875121b9a9fd5ab5f7c9e9b902af2a93f3e 18 0.01/1.00 vMB 108
177,037 177,037 00000000000000e6af79320ca13041f0e96071db4cfa4011fcf0846ae7f8cb94 9 0.01/1.00 vMB 237
177,036 177,036 0000000000000630e42928c39f0b1be4364b231a9f7a34afd96fe16e1be1d00d 63 0.03/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.