Memory Pool Memory Pool Refreshing

3,491 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,687 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,646 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,686 (775,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,512 132,512 00000000000007abd52f69a6a1560e3af2ed21143e3eec240ba42d20c8489e9f 0.01 MB 15 437
132,511 132,511 00000000000003a0b8fdc15a04fed4aba2ca36b5f0d8ca9f56de245cd4d42fe2 0.04 MB 168 1
132,510 132,510 000000000000109405091a506c8221e4414699c76233ed719a94c40e17c64cac 0.06 MB 104 235
132,509 132,509 000000000000097309fb49951980f184e0e8da06f2c0aa545cefa959348b9ec8 0.00 MB 12 440
132,508 132,508 000000000000001d173dd6985d180831b32c148e00fea065dc93a0f2a6ef91ca 0.01 MB 29 841
132,507 132,507 0000000000000a065f1d0406811db0d4e154f7cacd1480fa327b09d91ecda991 0.00 MB 12 67
132,506 132,506 000000000000013421af24940419e240e8d3023de302c5be08d14f5a8617aa1c 0.01 MB 14 229
132,505 132,505 0000000000000e0afe2f8da02ef88876a5c1f00ac32c5a11583e3a04c488e37b 0.01 MB 21 963
132,504 132,504 0000000000000d9cdc606b11f297e446a436fb92f14b2128f452b5846d592b91 0.03 MB 58 847
132,503 132,503 000000000000072631fac7128b3757c0e5f2034ae2f1bc8afe745e65435a5cb6 0.00 MB 5 1,067
132,502 132,502 0000000000000c6588b0c3747290d5ea585bde4bf286d6b40a1a760a2373d8fb 0.00 MB 1 0
132,501 132,501 0000000000000681b858b51080af14739f21685070f72a183c66be3d9ca7dee8 0.00 MB 17 237
132,500 132,500 000000000000112cee76a5577b4124dbedf2ba0c882f5e6a7a898f853b7c9791 0.02 MB 51 365
132,499 132,499 00000000000004868c41aeda6933e5421ab05bd7361f306d400f16c8abaa1ca6 0.01 MB 24 411
132,498 132,498 0000000000000e46cf867d566bcfc9483442f8fba314e512f0836fd4cfd8357a 0.02 MB 26 127
132,497 132,497 000000000000130151f6174225db38dac1d2f53eb5e7a1ab536bdfd7963d0d3f 0.01 MB 13 141
132,496 132,496 00000000000002a2a76a0bb78df56fa296f9f61fbf98f617e3fd7e2cbba41d6d 0.00 MB 9 746
132,495 132,495 00000000000010ee11a54f9ea4a4ce70ebdbe8d95183a236bafb0c327350d18f 0.05 MB 143 229
132,494 132,494 00000000000008db3bdbc7b6d0d5a6ebe16f5ce0bd24c251cc45a1529e336a26 0.00 MB 12 371
132,493 132,493 00000000000001fe5fd4f6d08186296e0c6a8df96770cb32f9d4bb6bc6662d0b 0.01 MB 32 844
132,492 132,492 0000000000000f6e5d5d2ea822975d57295841b0746815a42203a4684a1686db 0.00 MB 10 53
Previous 10 blocks ↓
Total Size: 768.96 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,614.83 GB sent, 92.59 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.