Loading Tool

Explorer IconExplorer

Memory Pool

79,254 transactions
29.73 vMB
0.09393348 BTC
Random Selection Loading Transactions
Max Size: 179.38/200 MB

Candidate Block

Mining Attempt 67f3e3b9f76de1a6f7621c684be5c93bc4bb1884cc2eba289a6424b42f978888
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 69f5eb8a1c3f65afc0cc754ddeffbeedc39f83f88e4e71a7d42bc011d5c99dec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.02759188 BTC
Feerates: 251.00 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (301,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,867 613,867 0000000000000000000dd5d0bb390c3d88cee30cfa7a19ab8e09fd9d7007ee2b 2,268 1.00/1.00 vMB 14
613,866 613,866 0000000000000000000002d5fd931b5e211948ea83dfcedf15c2b837b265040d 2,295 1.00/1.00 vMB 13
613,865 613,865 0000000000000000000cd75a9825d4b354ef8c5ef4883b6ca5bbd9976ed37f0b 1,637 1.00/1.00 vMB 28
613,864 613,864 00000000000000000004b6afdaa854c54faa5de47d076b32bd85b29d2d068147 1,002 1.00/1.00 vMB 78
613,863 613,863 0000000000000000000ca7265393f300b7552d573f09a41abc6a37990f7ac314 1,066 0.36/1.00 vMB 11
613,862 613,862 00000000000000000001e96cba770c4ac551f2910fcfa0c6259fe7853f80e065 1,785 1.00/1.00 vMB 7
613,861 613,861 00000000000000000004121fca1c79d636357d9f2241649109872135571a7631 2,525 1.00/1.00 vMB 6
613,860 613,860 0000000000000000000d9cc1443e42a2abf682cf3d160f400f27994a3cd1abce 746 1.00/1.00 vMB 10
613,859 613,859 00000000000000000012679d5a0fe9541a40ad0544db6be50dc7d08932c3326f 1,035 1.00/1.00 vMB 13
613,858 613,858 0000000000000000000639fe1e2d718096775bf09f89e195fe4e160412063ba6 1,833 1.00/1.00 vMB 5
613,857 613,857 0000000000000000000d743d37b986ea7ec0b3a9bc95f10a56c4dfa3cd12c6c9 2,765 1.00/1.00 vMB 8
613,856 613,856 0000000000000000000a3365d9c04d535b1a7daf073fea8446384df4809cd5f2 2,573 1.00/1.00 vMB 4
613,855 613,855 000000000000000000077f817313b131925b9143524aba44d0e6853d473a4db9 2,895 1.00/1.00 vMB 9
613,854 613,854 000000000000000000080e534f19ec3d1eff705f00465edaf8a44f4003016e2f 2,443 1.00/1.00 vMB 28
613,853 613,853 00000000000000000000e991769d083071736f6038d5de9cb9fd55f21eb08421 3,182 1.00/1.00 vMB 22
613,852 613,852 0000000000000000000d0f7dde2491b0d1e2d7bafb165c2a1d91e3f96a7c3540 1,798 0.75/1.00 vMB 11
613,851 613,851 00000000000000000007cf2abc0237b9a4b13e84f1bd31568eb5c91722d1d100 2,301 0.80/1.00 vMB 13
613,850 613,850 00000000000000000005ccd1f38529588e93c99790e2c4fd97d21c709e3cae31 3,011 0.97/1.00 vMB 14
613,849 613,849 00000000000000000001a7d966d77e0009bf12f15746ff674c78cbc0c4e64823 866 0.29/1.00 vMB 16
613,848 613,848 0000000000000000000da772978be5d6923bf990489dd95548a0172b5e9ced6c 3,011 0.88/1.00 vMB 8
613,847 613,847 00000000000000000009aef175b1671f4a637b20fe6c99d89d5c9d7c2c25c7dd 2,884 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.62 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: 672.02 GB
    • Received: 16.11 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.