Memory Pool Memory Pool Refreshing

1,508 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,049 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,498 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,048 (709,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,899 198,899 00000000000001e1293490d1cc59aee24ec0642dcea2fe164bbad3fafd99eb75 0.22 MB 419 104
198,898 198,898 000000000000052ad8e0c313d28b162cf96ba862e3ded2021ae5ec42d629ed55 0.21 MB 509 131
198,897 198,897 00000000000004e44a9398c5900720cbaaa8d5aa47ff21da39a6b15e9ab88536 0.13 MB 228 85
198,896 198,896 0000000000000457b5a64b4fc93ff7f7be8af48244e95b59ffb31bffade733d0 0.14 MB 338 138
198,895 198,895 00000000000001187aeb2deba819b7b116a5f563439237ef8c8ac08e0e6c8311 0.05 MB 138 33
198,894 198,894 000000000000031f6e51595b76866dc8269914bb08bf51f8aa75dcc3db3a81dd 0.20 MB 481 137
198,893 198,893 000000000000027736843e6dfc4fe587b41328e113121650e9ce1fe3dfd67648 0.01 MB 24 71
198,892 198,892 0000000000000028d50a8f86e6a7d931c64fa355b294826998ccdba4930ce1c5 0.12 MB 254 116
198,891 198,891 0000000000000400265de88e9913d7517ad3e955134b9235acb6f7a7ae7ac3b8 0.09 MB 170 130
198,890 198,890 00000000000002a57cec2b7fbadc2473295fdf011ba71e7662d01c139201725d 0.00 MB 18 71
198,889 198,889 00000000000000427cc9fb8ed583852be22c25d648e0be48c2e6635cb4e9921f 0.10 MB 232 165
198,888 198,888 000000000000030311811c12d1e1525aa3963064bd9d189144953bc4c05781c4 0.15 MB 328 163
198,887 198,887 00000000000002772ce106c763eee0f32d669c1a66d8aeb55d7999b966ec12fe 0.00 MB 7 150
198,886 198,886 00000000000001a96247f10c6e2040b0e17287c51ceb8dc1634164d65b3bad03 0.10 MB 200 124
198,885 198,885 00000000000005c48e731288f06a273857a286445d1d3c35a7f0d990b9cb0344 0.00 MB 14 43
198,884 198,884 000000000000042ddabacc901c3caf28bd53e0bb10a3db6c796c910642696443 0.01 MB 21 196
198,883 198,883 00000000000000848048eda5683aa4a7b74ddf3e5f51f0338a709f67194adc96 0.10 MB 207 116
198,882 198,882 000000000000006c028c5876df2c83b1ce8658d803df385f1e21763a2d64870e 0.03 MB 70 117
198,881 198,881 00000000000003b2cf4023c7fd87cf91339363b95b3b7a4840635271d7e15721 0.00 MB 8 0
198,880 198,880 00000000000001cf517522a5bb71bba2ede67de360e48d0717a78d9ae43712f8 0.01 MB 21 84
198,879 198,879 0000000000000157f6100ee9a47d25d870f7602c2253b6b6a9dc6519fafa440b 0.10 MB 151 60
Previous 10 blocks ↓
Total Size: 769.64 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,652.73 GB sent, 96.05 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.