Loading Tool

Explorer IconExplorer

Memory Pool

41,035 transactions
26.37 vMB
0.05657791 BTC
Random Selection Loading Transactions
Max Size: 138.00/200 MB

Candidate Block

Mining Attempt 8fe5923ec785fb171d089270045e065718c7d334500b505c8bc227a3444ba4c0
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root d5784701bbfc9f57a36e97453fdedc68606cd204d473284d07ac2a4d981ad094
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.00836494 BTC
Feerates: 100.00 > 0.84 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (248,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,995 665,995 0000000000000000000461e29439a6989a65c54301493f471d1eb8f1da8481ad 2,404 1.00/1.00 vMB 82
665,994 665,994 000000000000000000022632de57f7560f9a57b103f2869688064ca574f6a194 2,594 1.00/1.00 vMB 105
665,993 665,993 0000000000000000000d2846cc7183c7468a7c5c551cfb0de7b83369a636a8eb 2,255 1.00/1.00 vMB 41
665,992 665,992 0000000000000000000663e42dc519baa9afbc3c3222ccc480dd6a873bd2ead7 1,545 1.00/1.00 vMB 40
665,991 665,991 00000000000000000005e056f3eb91718ec8638931c5d10b80f203c91fad32df 1,688 1.00/1.00 vMB 47
665,990 665,990 00000000000000000002e6bdc4a8dc0c4c8c3dcb8343c7a42d1e95496bae7252 1,275 1.00/1.00 vMB 92
665,989 665,989 0000000000000000000b14a2cab7a4c068b8a85e4368c265123bc5f305dd8a1b 1,466 1.00/1.00 vMB 69
665,988 665,988 0000000000000000000208a5364874e6e5b2c863cbf170b135fd071e1ec6f9d1 2,005 1.00/1.00 vMB 54
665,987 665,987 00000000000000000001b6bd1086368502457bb75a61438704797c3837cee5a4 1,032 1.00/1.00 vMB 41
665,986 665,986 0000000000000000000cc519a12fe96e6505f07cdcf218fbcb4abb9312ca9f54 2,003 1.00/1.00 vMB 52
665,985 665,985 00000000000000000002bd18a956ad5161f63447cc82477cb8faf9b359e75a64 1,606 1.00/1.00 vMB 47
665,984 665,984 00000000000000000000b30ec5fbe0fdaf5c98877de6882a64706bd3995f0913 1,450 1.00/1.00 vMB 56
665,983 665,983 0000000000000000000a990dc0a1f99cc69569131cb3aa15c36a6c1d705f641e 1,550 1.00/1.00 vMB 64
665,982 665,982 00000000000000000006dc62b9590e5352303abe7d9657eae9fa9f7a8879569f 1,439 1.00/1.00 vMB 41
665,981 665,981 0000000000000000000afcc7135c394e05200333fe384772c77d1876146e4cd9 1 0.00/1.00 vMB 0
665,980 665,980 000000000000000000011c15e741b5398de0c9b2e9785a18a2169a3170550214 1,727 1.00/1.00 vMB 85
665,979 665,979 0000000000000000000764e671c6c3e7120a291917be23021f6c9ee03f1992bc 2,000 1.00/1.00 vMB 48
665,978 665,978 000000000000000000042682d29f4bfb26eab31c90bfbf33079b4bb43848400a 2,368 1.00/1.00 vMB 64
665,977 665,977 0000000000000000000537f15de9c96fc04dfec2fb9f611591b892f1add4782d 2,014 1.00/1.00 vMB 60
665,976 665,976 0000000000000000000a17f79227414f87a181adea076361bfc5dee343e4d825 1,461 1.00/1.00 vMB 36
665,975 665,975 00000000000000000009bdeaf3cf28b2e8fff6a041ca6e3b577e123e34d5ac5b 1,589 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.