Memory Pool Memory Pool Refreshing

7,024 transactions
2.05 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
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (743,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,413 164,413 0000000000000500898d48a9aa5c33c1a775453c8393e5bef1728377f0d754e9 0.03 MB 62 607
164,412 164,412 000000000000085f716b939b162d33877de0c00b7c9ef3c341e048eb89b519b5 0.00 MB 8 27
164,411 164,411 0000000000000c6001a4739cbe87031a4ba49c3c778591b65e9b2a6fc621fec9 0.00 MB 16 51
164,410 164,410 0000000000000381c54676a662e8d8c1f751b9603a0e99a1f7895f487684a87a 0.02 MB 25 109
164,409 164,409 00000000000004fc8dddbd5ca5f1244e42e13e5eedd8dc68abe1e1e618932797 0.00 MB 13 16
164,408 164,408 00000000000006af231af248b6125e886daf17f01e62aeab15593597461d3861 0.01 MB 10 16
164,407 164,407 00000000000001bd8587298b584ba94466eaa3692fdc900a66423a3e96260622 0.01 MB 24 438
164,406 164,406 00000000000003b4e3e8d3863ee8c0a4e97d3b4d1c91435ad47016a84927fcb7 0.02 MB 68 142
164,405 164,405 00000000000000de08da212afbde48f60b09813d999d2b521c7f9c1f6753ce71 0.03 MB 54 150
164,404 164,404 0000000000000c4cab074647f9c148c7f81a093f487292171e7bd7a2eb90502d 0.04 MB 76 77
164,403 164,403 0000000000000123ac3fec034d751c2dec811e0bad180c0ab7aa94b20d542136 0.00 MB 13 415
164,402 164,402 00000000000001f6aa6324512b91180e2b696b90713771867517ec93f8f0a609 0.03 MB 112 94
164,401 164,401 0000000000000bb5ee92a910c1e4585e5583d554009938f1dce80712ab9776fc 0.05 MB 130 283
164,400 164,400 00000000000004db2c6e16f9011087d0e1ecc5a12dd725c701cd58811907deea 0.00 MB 5 0
164,399 164,399 00000000000007344668cce67ad43e4c9cc1e87d473b03bf883e8571d122e82a 0.00 MB 8 0
164,398 164,398 00000000000006b2e10b7fcbce03cb1659c6a3ef797340d4455abc789f95b9ba 0.01 MB 19 67
164,397 164,397 00000000000002a781b1a81529721084a87b8a82f1470db78166f1713bb49d0d 0.03 MB 53 58
164,396 164,396 0000000000000a1df2b6377347f02a059bf300bc39d1435c685aeeace1fbccf6 0.01 MB 7 34
164,395 164,395 0000000000000af0fb81292eb7036c64cba27d03ff29e68f5a6f7b133ede6e5a 0.01 MB 4 19
164,394 164,394 000000000000017660f8689c584c3aec1d69af065ba50825ae75cabdd6c12c80 0.00 MB 1 0
164,393 164,393 00000000000003aba30b2dc51a3704b39ee2ae94f2d3da24269eef6c25a7ec88 0.00 MB 11 65
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.