Memory Pool Memory Pool Refreshing

14,283 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,729 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (528,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,662 379,662 000000000000000008c784f103b16aa661acfa18f2ba95c01985bb4a92836002 0.48 MB 964 33
379,661 379,661 00000000000000000e78224d49c38eb264339c7a5256661890928407df0e3944 0.17 MB 341 37
379,660 379,660 00000000000000000d4a75001f2491b01d55d575d0104810f6b9f9c61f8ad3c8 0.34 MB 686 36
379,659 379,659 0000000000000000078ea77db959d6b71d9ef10b05758658b49a229ba47f6e6d 0.48 MB 1,011 34
379,658 379,658 0000000000000000089a39535fa41a520ee4ac2a34d16caf931c6c8f6e1f41b3 0.39 MB 709 31
379,657 379,657 0000000000000000026900fef9686afefa83c4b509a9370487fc3c6e976c4622 0.15 MB 214 25
379,656 379,656 00000000000000000e373fb7c2dc428a0a1479df0821e8b0f60eaadd66cf40a8 0.77 MB 908 15
379,655 379,655 000000000000000001f5941a8967e4f91d8fece4d55eaf55356423e5831cb14a 1.00 MB 2,206 44
379,654 379,654 0000000000000000014ba2ccf6d4592c98734e7bfb34ce040581ba77241d4d7a 0.69 MB 379 11
379,653 379,653 000000000000000003f15ac69815d7363746d8775eed9776138af499628a974e 0.86 MB 1,501 38
379,652 379,652 000000000000000006477e4465dabb67f0ea166e88c8fe1cff533f6ed3a6bd13 0.74 MB 561 17
379,651 379,651 000000000000000010b4c04392f675d0a89bbeb7ba08f22c3f863d585ebca910 0.75 MB 1,981 48
379,650 379,650 00000000000000000925968759d58e05b1dee267b9d014ea81b3c6c13dc9d739 0.99 MB 1,890 29
379,649 379,649 0000000000000000049d0b9e7f8a5ff79c7e1cbe858364ad9bba0a4ad131d3dc 0.60 MB 1,144 36
379,648 379,648 00000000000000000f9cc23398da81d51d520614020a77534f63a8d1599cfc4b 0.26 MB 405 29
379,647 379,647 00000000000000000e7cc369013f9942055d527ac693f7ad8dc6b945302d5c4d 0.99 MB 1,755 25
379,646 379,646 0000000000000000058defb05a3fd8777a0ac47c4658a7bd8b4841348ad581ae 0.38 MB 812 30
379,645 379,645 00000000000000000c14bed8d01812a3ef6714c82aba43d08cf2ed51ed8f98d6 0.00 MB 1 0
379,644 379,644 0000000000000000081ff758e6aa7ec91de1d0bf74b01611969e0f03680a78b7 0.93 MB 1,988 42
379,643 379,643 0000000000000000112b8158174f27dddf49768754d87e207539e70c8edb2a50 0.15 MB 253 28
379,642 379,642 00000000000000000b9fbffbf55fe6185f484454636c64637e4f89a2623420f4 1.00 MB 1,613 32
Previous 10 blocks ↓
Total Size: 768.93 GB

Node Information

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