Loading Tool

Explorer IconExplorer

Memory Pool

83,036 transactions
30.81 vMB
0.08883839 BTC
Random Selection Loading Transactions
Max Size: 185.94/200 MB

Candidate Block

Mining Attempt 9cec499e032808bb2e85dd701dcda35c2a3f72821b33cccbd85f7dc12a7bb7b6
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 54738ce390cf0458e9d1cd0c240bd9f59f6d8954e1371d1baec7e661a46bceda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,608
Size: 1.00 vMB
Total Fees: 0.02274142 BTC
Feerates: 114.51 > 2.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (315,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,082 599,082 0000000000000000000cf352e7cf5e58f44432a2aacadf2472932a5139677553 2,911 1.00/1.00 vMB 35
599,081 599,081 00000000000000000001818e06ded2c3b5a02142bf644ce13583ee03904d865a 3,041 1.00/1.00 vMB 6
599,080 599,080 00000000000000000010f1d054fe284066dcfff80c65fac6afdf8709a4fcc515 3,237 1.00/1.00 vMB 28
599,079 599,079 000000000000000000024a3b5452be400d47fc4df1e1281e2519d4d5483fbff8 3,233 1.00/1.00 vMB 15
599,078 599,078 0000000000000000000f7780dc2c42710f3293bf531a7a54eee602c11d4d170b 2,988 1.00/1.00 vMB 36
599,077 599,077 000000000000000000041322f54ab7b68fbb351694c76a6d902dbe396ff45613 832 0.19/1.00 vMB 1
599,076 599,076 0000000000000000000b7f37f56f5568af864fe03ab6ca1dedf5ad6cabaf994f 2,907 1.00/1.00 vMB 12
599,075 599,075 00000000000000000011f5073418f88c8b8183828a4f617a5e150494b36b1842 2,586 1.00/1.00 vMB 37
599,074 599,074 0000000000000000000ad7cd3110da0e953438fe0181d3ca6af224ae8837bbff 3,175 1.00/1.00 vMB 13
599,073 599,073 00000000000000000001005a4bb3a1b295656156eee1fdcf3805f860c6ff646d 2,915 1.00/1.00 vMB 17
599,072 599,072 000000000000000000102c1a8ca65f0792aa48d5e3162b17484f4f64c4b2b614 2,942 1.00/1.00 vMB 6
599,071 599,071 0000000000000000000562306ee6828b3e299ce77b895c89f262e7e7099d1ee8 3,176 1.00/1.00 vMB 25
599,070 599,070 00000000000000000001870a5a5f2a9cabee85c92ac862411a1f5818a0f605df 2,928 1.00/1.00 vMB 34
599,069 599,069 00000000000000000003c798f8dfe68ff0d813b5ee3126376385cf289643f62b 3,326 1.00/1.00 vMB 23
599,068 599,068 0000000000000000000a9730dbb0535c3b227954c0931db0a8cefb9321b96994 3,030 1.00/1.00 vMB 18
599,067 599,067 0000000000000000000affcdf81810c18f6acb1b606a0e1249e132829b19fb64 2,640 1.00/1.00 vMB 40
599,066 599,066 000000000000000000153a21ef9fad22d4c2b04cee7df6da7c2ff217ad476a1c 169 0.04/1.00 vMB 23
599,065 599,065 00000000000000000001d0ab7674ba9bffb81a4644a09fc5b8d2a8276f9c105f 1,381 0.43/1.00 vMB 16
599,064 599,064 00000000000000000012b892da0cc103979641fe7a4533aa71f2140453ef799f 1,637 0.51/1.00 vMB 15
599,063 599,063 000000000000000000067f1abd5a6e9f08f2bc949ae9709a9c55e0451ef14c0e 1,395 0.41/1.00 vMB 17
599,062 599,062 000000000000000000025e75ffcc514130d5f0148e8b22b8cbe3269d8f75f5bf 3,493 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.34 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: 661.56 GB
    • Received: 14.82 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.