Memory Pool Memory Pool Refreshing

908 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 894 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (898,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,551 10,551 00000000d380d78af614374607581acee7a2fe366ccb41509a9afe5e76b77e7c 0.00 MB 1 0
10,550 10,550 000000008871cf004000255115ab23b7df7cc568c87dc87564069ed2f284116f 0.00 MB 1 0
10,549 10,549 00000000094bd4e0f9e34a05f08ee58433067ecbc360974a928a7b422c29b9f9 0.00 MB 1 0
10,548 10,548 00000000e53069991877ddad05cadbb0c02fc6a9f85b99a2cce7c98d8246a04b 0.00 MB 1 0
10,547 10,547 00000000e49bb49d9e50caa76793a73f0944f00429578d19d594ff1bc10cc45f 0.00 MB 1 0
10,546 10,546 000000001bfd4407a1ed6f4e769d7866a99b410fe515e3645a674e07d1ea1df6 0.00 MB 1 0
10,545 10,545 0000000073516bae31832986cda09c3ddc24e75407016bc681d3fad2b873582c 0.00 MB 1 0
10,544 10,544 00000000ab9b2541b62ec58267b7fb39d360ff9a8b2f80bad342340a69956cc9 0.00 MB 1 0
10,543 10,543 0000000096ae027d2946d132390fbe50d1382575b2362203ab7b9f4659a75385 0.00 MB 1 0
10,542 10,542 000000001b98eb12889e811207ce0e3c8bf4394c8f648ea8ec7ee60c776f8181 0.00 MB 1 0
10,541 10,541 00000000bce76bb9bd20ae5c4a8afb9f9956feb071015218ff26d143fc0327e0 0.00 MB 1 0
10,540 10,540 000000000f0b23857170053b0ed76934e6abd42d0ae62ebf1056f1c7f327f33d 0.00 MB 1 0
10,539 10,539 00000000c881db9a0fa4b1131ad887b502be24b9792ad320bc6b0177a74fa9c0 0.00 MB 1 0
10,538 10,538 00000000ca8050073868ebd23f32030e838fa9588b0b8b9746310c28c40418ab 0.00 MB 1 0
10,537 10,537 000000002159583f9ed0ccb614b0c5f41087a0f6a5ffcfda452b24d9206d45e3 0.00 MB 1 0
10,536 10,536 0000000009dbe8d1866a22463f424912679e9946f1a9c9659d1ffaa81043c0b4 0.00 MB 1 0
10,535 10,535 0000000088ef3836b75087dc34efa95f6ae9728f013909dfe47736d6d1d0609a 0.00 MB 1 0
10,534 10,534 00000000f0f5de02262920979749e238033b9fd3cd0a4e9c977306641a6eafb1 0.00 MB 1 0
10,533 10,533 000000002c6b71e7e52baf45d0ed58aca5c637b2007433a21f993d781fe9407e 0.00 MB 1 0
10,532 10,532 00000000aba119568a26c8901548381c6e847a7171e7567fbdf23b134ba2f908 0.00 MB 1 0
10,531 10,531 000000001900f6bc29fd45bc6c99e79a1a8391500044e5614d4000666d94b5d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,853.31 GB sent, 101.64 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.