Memory Pool Memory Pool Refreshing

3,787 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (612,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,490 295,490 0000000000000000780d616734850b38d92c8f628bf87b078ea3201ef592367d 0.34 MB 503 28
295,489 295,489 000000000000000067f0c36638a5d9099082ad320595c96491629fe7b85ab056 0.14 MB 256 30
295,488 295,488 00000000000000004bf1c158505f4c6c6187d349ee84cacc09c1c75053ef1bff 0.37 MB 1,024 55
295,487 295,487 000000000000000059567bce5aa54ac16acc6cadea26384ba95ba535a661202f 0.05 MB 98 34
295,486 295,486 0000000000000000aa6470bac6f5db98d7954120eded0eb0a9bb5ee902194dcb 0.11 MB 102 30
295,485 295,485 000000000000000044acf8752bf0214b86e0ec1472145add536e0122e9a87def 0.07 MB 138 31
295,484 295,484 0000000000000000a6bba237ed05ee09d0868cc346869564cb7ad13ed31d69ec 0.03 MB 38 26
295,483 295,483 00000000000000004b94f9d12fe10372aa8e06d57bce24ebe4a0aa0ab72d107d 0.12 MB 211 29
295,482 295,482 000000000000000087921c7bb1a0e9446dea6b2b970e69907a796bed26787f81 0.02 MB 41 26
295,481 295,481 0000000000000000505902196643bbf56223e66461d76ad1bdcf00246d613e37 0.35 MB 621 31
295,480 295,480 0000000000000000a4805b78376f017485ff48ea6db8887d16ec799b30d5fa6b 0.09 MB 256 67
295,479 295,479 00000000000000008f7cb6b0b5f5c2b60374f5f6b6091577e2d57f44fa21ec88 0.05 MB 128 56
295,478 295,478 000000000000000069c01d3fbc8866d7edffdb7d947b2f0cd96f32e89041d583 0.04 MB 93 44
295,477 295,477 000000000000000036f5cf0be6bed74cde4aea724a9a9aea145cdc41a59a9093 0.29 MB 468 23
295,476 295,476 00000000000000001cafb5066953526db7e73a7fa2396a63e6ee6c7c2ab9bdc9 0.00 MB 1 0
295,475 295,475 00000000000000006e558a471807331ee0613e44f3fc42b9cb511704bac36840 0.18 MB 512 77
295,474 295,474 00000000000000005e37e6158341d82b1a473d9de3997778c2f9c529a436e93b 0.03 MB 20 14
295,473 295,473 00000000000000007224d96216b5518bc334a341ad5dbdb7efacab4a5a306213 0.14 MB 290 36
295,472 295,472 000000000000000063f4d0f0f9c3eeb076971afb1068f59dd7c791a942de2ac7 0.08 MB 174 34
295,471 295,471 0000000000000000368f19d22b624460fbaf43509415dcbdd47d341fa5cfdaf5 0.03 MB 44 26
295,470 295,470 00000000000000002ecece5b2a739f81355edd6eb401b06592a43404e8b81e48 0.24 MB 422 26
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.