Memory Pool Memory Pool Refreshing

5,113 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,398 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (592,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,982 314,982 0000000000000000113e797a9dd7f64ad86c223a06d16d7b20c012d1e3ba8635 0.58 MB 997 27
314,981 314,981 000000000000000009a6998cf58932d1e38a65cac675c265d0abd1aa0a06a9c8 0.14 MB 241 28
314,980 314,980 00000000000000001955bf833e863143750d83bc35e0466f9d2a6e0a2b33131b 0.12 MB 176 23
314,979 314,979 00000000000000000b4d2b24ffb05d48136e288e6635f6b0ca8912351e28b621 0.07 MB 146 30
314,978 314,978 00000000000000002c76d7434195d8b1085cd082a4a1a3a2cf0458ed0ccd169e 0.22 MB 373 27
314,977 314,977 00000000000000000766c17b777d079c56fd6a19f0a8aedc8608fd63621b9513 0.07 MB 133 27
314,976 314,976 000000000000000016054a246f20e05d310576ad0c95dfacfc2774d017dd0bb6 0.00 MB 1 0
314,975 314,975 00000000000000000c48c4287506b519d4ade1ab8e1f0ed21ec5aa43b8063da4 0.12 MB 139 19
314,974 314,974 000000000000000009139c02d871549f54a17d6d23e9e69dc9fb2c1d9856144f 0.07 MB 175 34
314,973 314,973 00000000000000002de13d55ba4b64cd83dceed3fd5168821540ab8e2a5b6933 0.09 MB 147 28
314,972 314,972 000000000000000002f899e78766de10bcb724db86b15220183f8d723eb4ac20 0.19 MB 309 25
314,971 314,971 00000000000000001c9eb705f46f601c3e2a01fea32415e3c47dc94d51ecea86 0.04 MB 128 37
314,970 314,970 000000000000000015ba0939fb8a981ed4f756dccae66fca92673437d0c04995 0.40 MB 709 28
314,969 314,969 00000000000000001901e68b624d6360cd719491970e87d09c7753e1e0c50ed7 0.33 MB 440 28
314,968 314,968 0000000000000000157af0e8fc84b92571d1e0cf71edb5e37c9305825ef8db83 0.39 MB 601 29
314,967 314,967 00000000000000001837a051b485f11d377f70572ab174da85da2301d9ec6bfb 0.04 MB 70 23
314,966 314,966 000000000000000029af1dfef7f2741fd6629006105c797594e456a868747fcb 0.03 MB 63 4
314,965 314,965 000000000000000034774cceabe9137dd8108bf4cf2d5a03d69fd3400bb58d4f 0.15 MB 195 22
314,964 314,964 00000000000000001b77678a762534f7d48b8643e14ad135612421a82bca14b2 0.12 MB 212 22
314,963 314,963 00000000000000002aea3bb1fec1f6a023f93b9b8f74757d57c1fc80012d7f76 0.06 MB 123 32
314,962 314,962 000000000000000035de488e5630ea3dec0c117bd82ea7366e60e916349efb37 0.35 MB 488 31
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.33 GB sent, 93.98 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.