Memory Pool Memory Pool Refreshing

1,834 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 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
908,174 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,447 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,173 (861,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,111 47,111 0000000003d25266f704e4df409d49edc18e37494f75f579139d2a9651cffb68 0.00 MB 1 0
47,110 47,110 000000001ea3e764257908727cc618f97b13dbcd84b39e6a9c3515b111e9e222 0.00 MB 1 0
47,109 47,109 00000000329d66aa21f2c7e1d375b943fad6ff513b9612551868deb892790654 0.00 MB 1 0
47,108 47,108 0000000004707b9d4ffdb57ffe20d96e716edcd250cce6adabe4fca20b8379a0 0.00 MB 1 0
47,107 47,107 0000000023b9d3a7bcc616e49bee87959d8284c6e01d412a38f3de93d7f92488 0.00 MB 1 0
47,106 47,106 00000000293f9f6e189bc69782dbbf4b2a903931dca174145ad0461c1ff7751e 0.00 MB 1 0
47,105 47,105 00000000138e4de069f310609178b2f9c995fc461fdf094363ff0d9866b04b0b 0.00 MB 2 0
47,104 47,104 0000000015c672ee446309b1420ebad10d7151987c3b3bd3ead165cd17c2f8de 0.00 MB 1 0
47,103 47,103 00000000010be9a7e120d082032dcc67ad387c9b6653367ed8b56bf93c39abf7 0.00 MB 1 0
47,102 47,102 000000000b5c188978623752bd64e2bd5a3ee8da6def60f45f4a5603f5f22893 0.00 MB 1 0
47,101 47,101 000000002517a94cddc5a04c2ce8a6d9fe68ef38b647a64b45f900a2eb410a80 0.00 MB 1 0
47,100 47,100 00000000337666efa967bd4789e9a0157bb0ca1bf6d692db88caf8243c2eeb14 0.00 MB 1 0
47,099 47,099 00000000023f6b727aaf60f5e912cbbbc0391bca9f8a4f07b45429a2c2ae575c 0.00 MB 2 0
47,098 47,098 0000000004433b5358bce2156592801c54d0fd3c08f89ddb1b3f79038670ecc8 0.00 MB 1 0
47,097 47,097 0000000010fcb91dee11d7ff804df8a18595597ca6d9958e50829f9b745159b5 0.00 MB 1 0
47,096 47,096 00000000119a49f6b2a5a064ad350e45976c5b73555b1e880f0d60863386750d 0.00 MB 1 0
47,095 47,095 000000001bac01a531ac2093f9a8bb53873ce9bbee74975e0331b5b850394fac 0.00 MB 1 0
47,094 47,094 000000002b352182d367401f5250c162933a87d13d8e280840decc8238b239ce 0.00 MB 1 0
47,093 47,093 000000000a5f62e73c45f74840b68350063667edf379691732f89109705d6cb2 0.00 MB 1 0
47,092 47,092 0000000008231d91763db89e69b4bd768e4180bec087d091fc246c935e057ddc 0.00 MB 1 0
47,091 47,091 000000000af794a7b76bb4143dcdfe4d6e00c9aa2216029ed53052fcd621c17c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.88 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,681.27 GB sent, 97.26 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.