Memory Pool Memory Pool Refreshing

7,005 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (774,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,370 133,370 00000000000003cbfdc357cde0078987c15b3d8b059463a3fd942bba14f5c016 0.01 MB 20 492
133,369 133,369 000000000000023c873df4a9ec66aa21b24b7233613b9b8573aa88459f17af91 0.01 MB 19 133
133,368 133,368 0000000000000392bd41dfb5aeddbe52f964ab7ab3a441f3ddd14a87e47354ac 0.00 MB 13 311
133,367 133,367 00000000000009dda2284237db803c0030a493a90c9974c7599ba8863e54f997 0.00 MB 8 40
133,366 133,366 00000000000005f19be68fdf524e91d7911f853875c5f8b1aece95d0cc8ba63e 0.04 MB 59 819
133,365 133,365 0000000000000381e33da2f4c5adc2f46d1fbda542d878c1b26a73d4f434a087 0.10 MB 273 202
133,364 133,364 000000000000055c84c76ef2599bfdb5e29971b09412c4dda6d5bb030d66757c 0.04 MB 71 613
133,363 133,363 00000000000006518d435d2509d8cb30ad335a1c8cdd81a367b6e2a4fa2a51b1 0.04 MB 75 1,174
133,362 133,362 000000000000054241925ef84b544438ed91c806280ccad475bae9853d07ad28 0.00 MB 7 319
133,361 133,361 00000000000007686fe134afcc12e29be1392cb5a121065df5261569d31f08df 0.08 MB 209 434
133,360 133,360 00000000000002352a6a37dc80b2b81253ddccabc0c2727627bbee342cb5768f 0.03 MB 77 927
133,359 133,359 00000000000008118132ee4eecadbf30c283c35d403b4bc28910ae4e0c35d585 0.01 MB 19 1,315
133,358 133,358 0000000000000b7842f159457ef1cc2a0230e6f985ad1e44b411435fa6a8d979 0.04 MB 125 429
133,357 133,357 000000000000049ff9f3ae809192c5fe33eee4e5ce8b61d91a1fd79ad5ad813b 0.02 MB 51 449
133,356 133,356 00000000000008c5482caea7e9eec8d492f5a2f06d7e596e9cbac8491a6d3b90 0.00 MB 13 576
133,355 133,355 000000000000010f274585e3a2b693d4d5f64aca48403157dccf9e71f49cb597 0.00 MB 1 0
133,354 133,354 00000000000002ce5c2b249b179389c251a6ad8a9bba2057625ee3dce651c9c9 0.00 MB 11 17
133,353 133,353 00000000000000578e0902189ca9a0d908b2026659fef4347c06b0f6a94d8e21 0.06 MB 204 54
133,352 133,352 0000000000000ab3be9afa9d134b9d9a6abde46f445877764e9be4721166a1cf 0.03 MB 58 395
133,351 133,351 0000000000000313180d083798923e8436509f646b198762feb696e1797dddd4 0.01 MB 19 1,938
133,350 133,350 00000000000002fd9103917d9a0347615b49c90e16fb720a5c3e4bbea2139e0a 0.00 MB 12 53
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.