Memory Pool Memory Pool Refreshing

98 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,860 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 88 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (787,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,383 120,383 0000000000008fdf23e2a8d58a6e47a9f09913ad0b8f8507e0490385fba59ca3 0.10 MB 361 10
120,382 120,382 000000000000384aaa66371e8af15328ea4aa4d475ea7d4f1e6d3d1327d44c90 0.00 MB 10 0
120,381 120,381 0000000000006c7215a73cf271736b863f5b652adcc65fde23039e0617c7b264 0.00 MB 18 0
120,380 120,380 0000000000006d78669bea62203bea67188e4ecd122f9f0f81bca9a9c08fd130 0.01 MB 31 852
120,379 120,379 0000000000005e462fad2f84abb9ee1c3b3cf8c5813cf67557677a0c588d601b 0.00 MB 5 0
120,378 120,378 000000000000808c100176ba70deffc49a06a33e650df92d0fca994834975596 0.01 MB 17 991
120,377 120,377 0000000000003ac7fbf623b587f1f8696015407b2b068724f4e6c3fccdf50da9 0.01 MB 15 775
120,376 120,376 00000000000060334c8574f436735b941d5275c07fbe856ea8430825745820bd 0.01 MB 33 937
120,375 120,375 000000000000437fcdafa1dcbf9fc94842cd6df93d5d83c20ab7195b5e0d6986 0.01 MB 21 807
120,374 120,374 000000000000650418ee4ddb8313cb4e197afa4a207407cf8b55c4502026cedd 0.03 MB 24 112
120,373 120,373 000000000000611307a372a54bd103580ee8c8153a303d10b00e68d4b2d4a305 0.01 MB 28 364
120,372 120,372 000000000000365eb5bbbc84c0167b01f46ef28846929f2708f63ea53873d41a 0.01 MB 24 0
120,371 120,371 00000000000062816cb36298def5b041fe885ba97d311d2ed9cb53adba6d4b15 0.01 MB 13 1,458
120,370 120,370 00000000000009388c79227b328623076b2e74a8305d624c612d46e8cd143ee9 0.02 MB 68 140
120,369 120,369 000000000000925914d732d51842b6357982a460dc4f0d94dad199ed8bd53f67 0.00 MB 11 0
120,368 120,368 000000000000872477b66030c2e0e191c7690398eff122c3b1d8a1a9c51d3806 0.01 MB 52 69
120,367 120,367 000000000000aa14f84d285f3585c15920613e8647b675d4b6316e07f6462c3c 0.00 MB 12 925
120,366 120,366 000000000000ac1fc8f5963b157454056576315b6edd6e8fd1962a18969993fc 0.01 MB 16 335
120,365 120,365 0000000000005ad1ac2fbee8dd4617d0ca2f8cb555f0c62a0d865b0fb01e184a 0.00 MB 13 616
120,364 120,364 000000000000870c0a81c7ab152c2c86e628069a85f06bfaf0b1773e01932101 0.00 MB 15 968
120,363 120,363 00000000000021a017c7a52f693d84d17dd60754721c236f2b5b455706ea7623 0.01 MB 23 289
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.48 GB sent, 94.30 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.