Memory Pool Memory Pool Refreshing

3,710 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,686 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (761,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,300 146,300 00000000000008aeb3b98261e29d4ea6b5b3cd7ff291af95db8806c5bfeb909d 0.00 MB 8 55
146,299 146,299 00000000000002874a92c770de12e62c7eed112335dcda2c510475b7c6b67c16 0.00 MB 1 0
146,298 146,298 000000000000086f600449c573540a98eecb45300deadf0ab03caecd52dc7847 0.00 MB 11 34
146,297 146,297 000000000000016ed4d352eb0e9fd024434cda27d3659d4298e0bab3c7488dcd 0.01 MB 27 559
146,296 146,296 00000000000002a4b55173f3c3b79de09aabf48d102218dd2ba84ec07a663157 0.01 MB 32 295
146,295 146,295 0000000000000509a419798bc07835f638b5a5b23f734232a97d9012ff3011de 0.00 MB 11 87
146,294 146,294 000000000000051ee8b9f5abac92f2b6eda3d068f55aeb11a5905a57a084d6de 0.01 MB 39 199
146,293 146,293 000000000000076f3a4e5d58c5bb4b6629f4fbf253db3bf6669148202ea3c42e 0.00 MB 1 0
146,292 146,292 00000000000002febf9c973a93b2c8ecc6350776bf2d8db05fd56f25c8999951 0.02 MB 67 369
146,291 146,291 000000000000004bfab2522f6a7861c281c0fc023a7c7a361946300517580a0f 0.00 MB 5 857
146,290 146,290 000000000000044ea812237572c1153ef5e613f0d748d23338750dd736ddceab 0.02 MB 74 115
146,289 146,289 00000000000007dd3005bd0772566c975206e7b51b58bfe39c295c43e672ef5a 0.00 MB 18 68
146,288 146,288 00000000000006a3c3c8a0678ed3c917be6d171fa1b9bb20122b5e55e61fa5b1 0.02 MB 37 131
146,287 146,287 000000000000068454fe51130c282e2943bf9cf5c34887e426c598b9baa32bb2 0.04 MB 118 164
146,286 146,286 00000000000001b520e1b095afbd72d8565a7b774c157872505a0c15936a1f02 0.00 MB 9 825
146,285 146,285 000000000000015617d09ba19142a21544858110c49febf9ec2f63774b9a7583 0.01 MB 22 53
146,284 146,284 000000000000053f2d2df05f2e545b6c3a1d0e3bb59201347748754b1852c8d6 0.02 MB 52 67
146,283 146,283 00000000000000c756dfdeb6f56d33009d40370254c8e8421cc17824f93ceae2 0.01 MB 21 50
146,282 146,282 00000000000005820aecd8c6c6e427d32d4adcdd42717bcb42cca3dec95530cb 0.01 MB 24 283
146,281 146,281 000000000000044fdf8b51b127c31161749c5b75734150f5957e890eb4c51403 0.01 MB 41 259
146,280 146,280 0000000000000118822306189fc40af131c699cde9b6dab1377cf2cdc8ef7494 0.05 MB 92 463
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.