Memory Pool Memory Pool Refreshing

4,675 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (305,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,711 602,711 000000000000000000022bd0cffdc88b90d83e73467bb0f279730aa30df069ca 1.30 MB 2,324 16
602,710 602,710 0000000000000000000ca103b6e6ecc4f5bf563a89f72223c9af1d4d11d0a205 1.31 MB 2,498 55
602,709 602,709 000000000000000000135203468a1a0bd892dbb23d566605f9c845d6b5f3f335 1.30 MB 2,881 42
602,708 602,708 00000000000000000007d3b6f02985da625ad7accdb160a8222c3a7510e9615a 1.21 MB 2,424 31
602,707 602,707 000000000000000000056a1bd6282c5bb1e71a061e81c38c50c763560b15ffdf 1.11 MB 1,919 3
602,706 602,706 000000000000000000133fff617c52ca55ed5e6008ad3ede608e724b5d7960e0 1.22 MB 2,353 32
602,705 602,705 0000000000000000000c0977bc87442c3fa92da023cf1b82c5e37fa57f167964 1.14 MB 1,607 15
602,704 602,704 0000000000000000000ea406bf4543a5056c2da40d1a42cbb505632f313521a0 1.05 MB 1,483 4
602,703 602,703 0000000000000000000b827e4c6876f037018cee423cfdb554eec2aee5688c90 1.23 MB 1,307 12
602,702 602,702 00000000000000000007f06542c1a3cd95f20d0889057cef52acd577b3002150 1.13 MB 1,062 9
602,701 602,701 00000000000000000012eb96de0b71e7d3f729ba4049b3753acc03d88d348dea 1.22 MB 1,963 15
602,700 602,700 000000000000000000064b5c0d68ae9ae3272e51b5af4a2abd9c59f208caeeca 1.32 MB 2,640 36
602,699 602,699 0000000000000000000e5b9e627d1c07d27a6b942eac8f8f6070624bef07b783 1.35 MB 2,651 29
602,698 602,698 0000000000000000000d7e605b181085dc2e590aa37a56a219355901741144b4 1.27 MB 2,206 33
602,697 602,697 00000000000000000009721151134dea640b06d63d77e0d5a243810e91619178 1.19 MB 2,408 11
602,696 602,696 000000000000000000030fef6343582c1640ab0746c136f887c47588e5bd3bdb 1.49 MB 1,523 11
602,695 602,695 000000000000000000013f006962c4a6f6e9cdeb6f89841719f90d1587087bac 1.27 MB 2,744 45
602,694 602,694 000000000000000000082fe9fe2303a61d765aa283fe37bfc1002f7f04816af9 1.22 MB 2,402 31
602,693 602,693 0000000000000000000679a2036c382e657e9c7de81072c47f819285cc146659 1.28 MB 2,326 31
602,692 602,692 00000000000000000010bedcd72dabc5d691346b1c6b131aae87e3d26c0ad583 1.13 MB 2,279 20
602,691 602,691 0000000000000000000619f31a7fa886348d457d8e175bbbc8c8b87c2481d9ac 1.22 MB 2,593 29
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.