Memory Pool Memory Pool Refreshing

17,992 transactions
5.80 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (32,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,687 875,687 00000000000000000000930b27b249168bd165e230c7564d85181c8979ae48fa 2.00 MB 3,703 5
875,686 875,686 000000000000000000001bf9df5e812f414fec46a869991409d126c4f4859384 2.55 MB 1,905 5
875,685 875,685 00000000000000000000cf3b294d1142ee814e28aaacf2dc7b4c91f4997bb32b 1.25 MB 615 6
875,684 875,684 00000000000000000000db4477d30c760d22109741d4be1b702dd2129c932f38 1.42 MB 1,153 6
875,683 875,683 00000000000000000000c518334af17409b61dbd1fa9b14e73b6b0dc245e865d 2.07 MB 3,006 9
875,682 875,682 00000000000000000000b9af6fb422d18ce6120cc9e613ee9516cbc64b32c074 1.78 MB 2,768 11
875,681 875,681 00000000000000000000bab07e5caa5b19dad14200415b10686778c28a8c42e2 1.61 MB 2,799 16
875,680 875,680 000000000000000000000158a94b81e6ccea498cb68b7a45be10b834a8560ac8 1.20 MB 1,942 23
875,679 875,679 00000000000000000001341666e04b597d2717e2126f3b0ead1d4aa29100bb89 1.77 MB 2,469 13
875,678 875,678 000000000000000000000d47f69140405652d6f2acc8763c82a05180cecb8d83 1.66 MB 2,513 14
875,677 875,677 000000000000000000009c50906dd623585f98e5c78f94f192a6a2d48f15310f 2.12 MB 2,509 8
875,676 875,676 00000000000000000000d48b262eca4a3482dd382de3b271a0208b171b250273 1.33 MB 1,990 12
875,675 875,675 00000000000000000002516db473a7fb1d435dd8753d0c5464956a8989ef7795 1.35 MB 2,458 15
875,674 875,674 00000000000000000000b4bf94a98cf266a5bed1cfc6a45f04cc57bc974fb3cb 1.11 MB 984 21
875,673 875,673 0000000000000000000243309ed3cc1e7f0b21f3eaff32572ed1e9d8a3614be4 2.24 MB 1,891 4
875,672 875,672 0000000000000000000218dba54fbc13ba80926c6eae7e4a30a28004413a62eb 1.81 MB 3,063 7
875,671 875,671 000000000000000000023a54a3d543a464f0e7b89f73fdf782a3cd633a2f4836 1.96 MB 2,591 5
875,670 875,670 000000000000000000004af6ee3a315d6002f571257735295d18f65f60525317 1.79 MB 2,405 4
875,669 875,669 00000000000000000000d919d79932723611d72b5cb288b5b935edea8a96db81 1.48 MB 1,951 4
875,668 875,668 0000000000000000000155b7b17e0eb727668959ac86f89df7840c58dac97a56 1.42 MB 2,762 8
875,667 875,667 0000000000000000000235c96a32025d22cc95d67896110fb4d0dba644558b8f 1.57 MB 3,113 12
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.