Memory Pool Memory Pool Refreshing

7,761 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (8,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,970 898,970 000000000000000000006325246fbcfb82bb61449dd595746c3c3e46d05bdadf 1.43 MB 2,262 1
898,969 898,969 000000000000000000013c49482fc42844ef56670aebd9b7907db6c57280d26f 1.67 MB 2,052 2
898,968 898,968 00000000000000000000381d7e40e8bb500bcc92222a7360147a5d1afac32297 1.56 MB 2,812 3
898,967 898,967 00000000000000000001602674a23b8e9d30baceff515be911a568d883aafdf8 1.36 MB 1,333 2
898,966 898,966 00000000000000000000f28ba14df28c41ef3287e8d8a1660db7ac1a6e5766c8 1.55 MB 2,492 4
898,965 898,965 000000000000000000004b3d01f0ce9ed47be56ae987d0f1ca6ef537364c4437 1.51 MB 2,833 4
898,964 898,964 00000000000000000000d3aa58f650173ad8d1b31fa96c5947bc28898a93b1b7 1.60 MB 3,879 5
898,963 898,963 00000000000000000001b9c0a2d225382471f7f187713e067de3e4908770b8f3 0.32 MB 581 3
898,962 898,962 00000000000000000000f80e84dff0e1b8e274e86c0ac83eba05275171bc30bc 0.26 MB 356 3
898,961 898,961 00000000000000000000d66a3bb75e2df5fc8f9039702f92358c4b6e01072472 0.24 MB 491 3
898,960 898,960 000000000000000000005b174c5edc16457d9eb0d39d575ad3097df82cf47e9d 1.00 MB 1,466 3
898,959 898,959 00000000000000000000a3339b9bcdfcf256ed24344726af93e0b239481a432d 0.93 MB 1,508 3
898,958 898,958 0000000000000000000131a820a5e578761fd6bbd6f789f4368f7740e77a05d0 0.67 MB 1,268 3
898,957 898,957 0000000000000000000168336cf2335145dab0e33086ed365fa438fd87edcbb2 1.01 MB 1,646 2
898,956 898,956 00000000000000000000c91d6fe30a966442b927fe61cba145f4373c8ed4775a 1.39 MB 2,673 2
898,955 898,955 0000000000000000000042720e74a0e0140fd557ed4ca9f36a2440bb1fcc7180 1.40 MB 2,272 3
898,954 898,954 000000000000000000007970b4e3e94aafe4e84fbd78db96e91daa4fdbfdff49 1.04 MB 1,747 3
898,953 898,953 0000000000000000000196ee8026f53ef3810c4a4471b1e34ca86deeae164fa4 0.76 MB 1,119 3
898,952 898,952 00000000000000000001b814be295846c33467700dc59cf68d7e2e99209fc9bd 0.35 MB 539 2
898,951 898,951 000000000000000000004400247295c91c7d1d9636fabb9d7ba05a04bdd1e762 0.30 MB 606 2
898,950 898,950 00000000000000000001d1387b72a0eaae8e5c453c95e22b9dbe0be2136ea6ba 0.97 MB 2,454 1
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.19 GB sent, 94.19 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.