Memory Pool Memory Pool Refreshing

8,288 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,572 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (189,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,056 718,056 000000000000000000075901e6e712ce9f2a8b0330802b6c0d85ad99d008fd83 1.48 MB 3,348 14
718,055 718,055 0000000000000000000968adbec7e5a0436bca0e871eb6eb3cebf86d0e609dc6 1.60 MB 2,164 7
718,054 718,054 00000000000000000006f24b9bf12a14fda1e3796041c81e0159278432b38c9d 1.45 MB 1,559 6
718,053 718,053 00000000000000000007eb2371ae36bde413df815dc6a2ff903324bb4b2f1a31 1.13 MB 386 2
718,052 718,052 000000000000000000041f64a5fba14c1ffb29010ac6a5c0c61e07bff6e6276a 1.49 MB 2,780 5
718,051 718,051 00000000000000000009c383f537e54a726418426b670005657110006cd5f6e8 1.58 MB 2,563 12
718,050 718,050 0000000000000000000a09b5f367330c679379855a01580239be3284fc1e64b6 1.68 MB 2,874 8
718,049 718,049 0000000000000000000326b3a689ef0b24ce685dcf7017f9f85fbb5595684f75 1.48 MB 3,550 21
718,048 718,048 0000000000000000000af87f9d27015b07b8b2c125258b87323cc2858b71304b 1.50 MB 2,959 11
718,047 718,047 00000000000000000007a3947caabf0de29008adcfd7a5145252535ff038c135 1.34 MB 1,638 6
718,046 718,046 000000000000000000063cb82335eb16f0574e71b65f128edb9a87f1401d2f87 1.39 MB 2,163 9
718,045 718,045 000000000000000000054a6be4510b30f98fb237258ff40d244aeeb519ec4498 1.45 MB 2,413 4
718,044 718,044 000000000000000000035bacef59586bf7ef766982371eec5df4eadc1add1f55 1.35 MB 2,229 7
718,043 718,043 0000000000000000000a911de0fa3bb1cfcd7a80fd32e9400312dc9cac2dae0d 1.43 MB 1,826 11
718,042 718,042 0000000000000000000b0d41fc3fb2070549bd76a91dea089a6005116947cc6c 1.53 MB 2,649 8
718,041 718,041 0000000000000000000af6d592615c4deba5158bd33f870214fa7177e1b758b9 1.57 MB 3,796 8
718,040 718,040 00000000000000000005b04a66d3059e099e891437b865d21d13e6c3298f35fe 1.51 MB 3,296 6
718,039 718,039 00000000000000000005855c24e7fae7e17b8a2ec27237e01808a1b8a351c38b 1.45 MB 3,040 18
718,038 718,038 0000000000000000000423879c3987ba3ab861ad618771f6fc1d8436d2f6b431 1.55 MB 2,811 11
718,037 718,037 00000000000000000000aa6f2091f526f520494c763509c2e0d3012aafa03ffa 1.57 MB 3,307 12
718,036 718,036 0000000000000000000a7a0f0cd2b0b2599c50b34644f02f30beee63f6b70629 1.53 MB 2,378 14
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.