Memory Pool Memory Pool Refreshing

248 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,905 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,904 (6,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,814 901,814 00000000000000000001838d6f1cbd97f1b360951a391c3578b2733571f3afce 1.54 MB 3,019 3
901,813 901,813 00000000000000000000f4cc48101320d5f9bd2ed01da37b4a1af32038a7c890 1.75 MB 2,536 2
901,812 901,812 000000000000000000003bec0b21eb05e7bef5b4f3b64f2ec1145330f19b32c1 1.12 MB 609 2
901,811 901,811 0000000000000000000037db8ed64c7584f5bcf71b6b9310ad0b530ef4401716 1.41 MB 2,645 4
901,810 901,810 00000000000000000001d6171fa4fc2e95d273bbc817b627c679f3c7c2931888 1.94 MB 1,300 2
901,809 901,809 0000000000000000000016caac556441442cb3a1d21d0adbdd844751bcf28b57 1.55 MB 3,986 6
901,808 901,808 00000000000000000000378722e22d1979212aa62f9ff5fc19f44030ebd46f99 1.68 MB 3,581 3
901,807 901,807 00000000000000000001ede28a0016fc4d981a9b55e28bd9af95ecdb843f599d 1.52 MB 4,047 7
901,806 901,806 000000000000000000015a103cd84565f0161b84ed2aa0633da1c05466e2acdd 0.80 MB 1,700 2
901,805 901,805 000000000000000000021e9b697dea3df069de7d86bb09f74faf473e2b6ed4ec 1.53 MB 4,404 1
901,804 901,804 000000000000000000008900f63dbcb24a1e354cfcdac38bf5dde962cf04dcb1 1.53 MB 3,749 2
901,803 901,803 000000000000000000015ffdea7fbb5497b2b5a7e356a91ef626ee7191704628 1.66 MB 2,961 3
901,802 901,802 000000000000000000017ec09cd83dd9e44a4355e67d8ebeeae1c858fb719ea0 1.12 MB 706 2
901,801 901,801 000000000000000000014a175291c4a6db6c27ee63153dbe09294b59ffe43762 1.69 MB 1,906 2
901,800 901,800 000000000000000000001b5c579162e0aa35573fca47103c78f5ccdcd9d4180b 1.60 MB 3,975 6
901,799 901,799 0000000000000000000216574e14f46e593afb818170818ceb4142181d461f5a 1.64 MB 3,367 3
901,798 901,798 000000000000000000008dd3376c55ce6240af64bce2de6b43cafb9b119efdca 1.53 MB 4,152 9
901,797 901,797 0000000000000000000040a12a5a415fa924b98fd94cbd6a1a805790a34e4f08 0.25 MB 342 2
901,796 901,796 0000000000000000000167a63713f5d9a2172a44ff1b3015918d74e8092cfdd9 0.43 MB 663 3
901,795 901,795 00000000000000000000f36a98ebd52832b1d7da15fc058bd80156f69074a46a 2.27 MB 2,552 1
901,794 901,794 00000000000000000001eb00f7fcc8662e1a5af6607b430accea50a6d88db56b 1.95 MB 2,996 3
Previous 10 blocks ↓
Total Size: 769.36 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,643.74 GB sent, 94.76 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.