Memory Pool Memory Pool Refreshing

1,518 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,502 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (835,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,106 72,106 0000000000898e3c5eb6c0a5ab42014957749e2122cdb3a26bd464d7f3355bf0 0.00 MB 1 0
72,105 72,105 000000000022a432180fda0ff8958276c7927258080669126f91096760e2fe7c 0.00 MB 3 0
72,104 72,104 00000000000ab107671ac6cd72134d0b14143ed6065831f526250df36c3452ce 0.00 MB 1 0
72,103 72,103 000000000101bb17d43995214c1429aeac4da1b8da4946d0be9e1d601729edf5 0.00 MB 1 0
72,102 72,102 0000000000123bbdbd91e8e7327f1c62690cf0f2e0b2af8bee81ae469ac0c4b5 0.00 MB 1 0
72,101 72,101 00000000002e03482294c5f888fb765889bfbdd5657dd06993fb2ac37e94b56d 0.00 MB 2 0
72,100 72,100 00000000008c002c3369289be0087b471b36420f94bfa6555399811f754f2a1f 0.00 MB 1 0
72,099 72,099 0000000000ca85ad27838e5cee588530b67c0b14d0a3b47dc8582fe4101064f5 0.00 MB 1 0
72,098 72,098 00000000001e3c52f0c8e7b4a8cd8fbc62e96f73f8639b0d038da0f53e0881a5 0.00 MB 1 0
72,097 72,097 00000000001e85819e2c20337919eb07a7c5a4fc3bf0092e6a96efbeb7f8f479 0.00 MB 1 0
72,096 72,096 00000000000fb2dd5d152ab45c352c595c8d6fa030a95f9c8905d9b922bd81b8 0.00 MB 1 0
72,095 72,095 0000000000f7d635f204f9007f7688f478b8925598711e8a4e1a7929de41cc76 0.00 MB 1 0
72,094 72,094 0000000000e8052fde5d1b6b8ce0cca2ac319f4e16ee4f13c50b0cf5c72a3ce9 0.00 MB 1 0
72,093 72,093 0000000000e64d9082c073ad15f802e91e136379f9205c56ef8422ccbb889b39 0.00 MB 1 0
72,092 72,092 000000000034907830084850c00a1d1b7bc56a98d436945ed31c949236add80d 0.00 MB 1 0
72,091 72,091 000000000093b8a761070972c44352841000175e6750b83cf6dfc4e8c6d3d35b 0.00 MB 2 0
72,090 72,090 000000000052e0897b18b41423068f6bd57a57fce9764a4fa66679b99ad64379 0.00 MB 3 0
72,089 72,089 0000000000e5ecd2ba7c76eceaac343ed60a3078c6f48c3d57cae2808591361e 0.00 MB 3 0
72,088 72,088 00000000002dcbff4fee0f035dfc3a1ef878ca4011ebb97c937a365a267b5716 0.01 MB 2 0
72,087 72,087 00000000006787181188abff0cd0a23033ae1dac3e2e5d134b5da81c2f19bcd1 0.00 MB 2 0
72,086 72,086 0000000000508e7d56253e7610852350943da538169c6489ba9bb50d06f83d85 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.69 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.