Memory Pool Memory Pool Refreshing

3,962 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (770,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,903 136,903 0000000000000152be65bc8ccacea5a089b39c20d8e4d1055591066f779c0f91 0.02 MB 24 174
136,902 136,902 00000000000004f7d360c21e6ff5c5422b17df82107b5a46a8f6f593ae370839 0.01 MB 32 407
136,901 136,901 0000000000000436412a6cc9c3cdbcbd28b6b6223d274cbb037ac30d6f9823b4 0.01 MB 22 47
136,900 136,900 00000000000003029803109a1da4c1ed6f60fbb48555d1e7e978d2d81aae8bac 0.02 MB 37 374
136,899 136,899 00000000000006beb8230f0423548d8629ba96ea252a3b85dfe49ecfa351fe5d 0.02 MB 77 0
136,898 136,898 00000000000002515fb06a2e075e863dbc15811993561f15a5b187f31b2d2bc1 0.06 MB 98 394
136,897 136,897 000000000000065eee01bab26a25667f9c6cfcfdcea2f576eadbe157117d7db7 0.00 MB 15 114
136,896 136,896 0000000000000297acc2929036384744e9451d6da7c730be66caa9fb17813d30 0.04 MB 111 172
136,895 136,895 00000000000002912e549710737d315d2bbbcb003098f3017c63a16fb0f316db 0.03 MB 47 181
136,894 136,894 0000000000000719cb0031d074f92fc197f9c0e8670347c70ab63d8d8a0acdaa 0.05 MB 171 73
136,893 136,893 00000000000001eb2556bd22301cbd62992da5703e4b77b130674718292693bd 0.00 MB 11 34
136,892 136,892 000000000000004baf909b6aaec7f3e512b5700b4ce0e364895b0ac9eebcda78 0.00 MB 13 339
136,891 136,891 00000000000001b0fa1c88a57940ea6a8079fa1999ba57e9d76edae63ea68ee2 0.04 MB 75 258
136,890 136,890 00000000000003bd3bbdbb2f2d62bfb8d571d0bc4cb9bd7982309d386e43f1a7 0.01 MB 41 142
136,889 136,889 00000000000000511e22fd88f54931fa7f62eec45356e813a2ae194da310af70 0.05 MB 128 76
136,888 136,888 00000000000005024cea2f71860f042f6db5a8e811c99ae8016caec84258fc64 0.05 MB 105 245
136,887 136,887 000000000000058dedbe307675964b4256de6d7541e649a83ce5fcd9b1069ca4 0.02 MB 41 2,059
136,886 136,886 000000000000015452ce2bf05c3e9d5ae8c55b831a5fca23ec8238d3a64d2a47 0.06 MB 147 746
136,885 136,885 00000000000007ebb36900791c86a05d2ad5d8c4b00d9abea1f53237f68dabf3 0.00 MB 14 556
136,884 136,884 00000000000002fe3504d2fc68bc17807fef8fc1192205d86ac17a2be17ec3e0 0.01 MB 19 77
136,883 136,883 0000000000000138a49b57aeefe593761686328f160ca250270b6aa519805e2d 0.06 MB 107 190
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.