Memory Pool Memory Pool Refreshing

10,694 transactions
4.64 vMB
Show Random Selection Loading Transactions
Max Size: 26/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,491 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (623,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,999 283,999 0000000000000001d9eae18063bd5a4e1125d63fdd2ff93a181e764ea96e2c47 0.21 MB 419 37
283,998 283,998 00000000000000013c0d4b13048ba0f063eb4c20837705c2b1b0425c4815c3b8 0.44 MB 186 8
283,997 283,997 00000000000000004b28e95fa671e2f63a48db1d0929d27b1c6e3dd30437b94f 0.25 MB 483 39
283,996 283,996 00000000000000004ff193f5c504289b4db080292de8f1aaf7fad1ea60e2af0c 0.00 MB 1 0
283,995 283,995 00000000000000009a4e22f4aa15b0bba69b18db804b798f5f011c4d87387f9b 0.05 MB 92 41
283,994 283,994 00000000000000018bc3978af4f47322c57bd9ffc5a57b51abe1861d645eab9f 0.50 MB 803 24
283,993 283,993 0000000000000001bada5ac748eea8422234f8cc08acf42901dfd8dc101bf7dc 0.25 MB 741 69
283,992 283,992 000000000000000151e2e6b59ef3f3471528542337c0fb86677df9e0014498e4 0.24 MB 458 39
283,991 283,991 000000000000000089f4ed639eeb35912a8f6a1b00864c82e0425d50f1677ce3 0.50 MB 735 26
283,990 283,990 000000000000000082afa17b5384b8949135ba28a157e6d9575902b1f0f6bbf5 0.50 MB 1,191 79
283,989 283,989 000000000000000196e150942eab8d5b54602eea85fde769044c8904b8a6df70 0.35 MB 497 25
283,988 283,988 0000000000000000771200a47ecdd4f89f58619fa14ef729a2dbcb5bef8f96a3 0.05 MB 154 55
283,987 283,987 000000000000000157d3a346d4057a59d0b88c2c9bda5bb9e3e2312d5639a6f2 0.05 MB 170 79
283,986 283,986 000000000000000141c0397ca71c520b9d131cda1bedf19f0195fbad473b432e 0.20 MB 153 16
283,985 283,985 0000000000000000f72d33a911b1879d27431afe8263fe9de18789cf44b5d999 0.35 MB 965 59
283,984 283,984 0000000000000000ca174de10d470235ae9f297c8b82b0ba1069efb500a7a9c5 0.31 MB 555 36
283,983 283,983 00000000000000005b7d95ae3c48ff4a400b33879d13116aff5b111954234707 0.51 MB 472 24
283,982 283,982 00000000000000009c764a3e85c2bcae105022aff7b92ffc5233a8b6364015f5 0.25 MB 393 30
283,981 283,981 00000000000000017b320c03a2f567f7437d069bdfa77c2a877385bac7acb9bc 0.03 MB 38 22
283,980 283,980 00000000000000018697aabfd924914f502ab4f2fbd37c1f597827607b632b26 0.12 MB 165 20
283,979 283,979 000000000000000117e4edfeac3043a5d529dcb1d5e4e9a68135f16e891c1dca 0.13 MB 208 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.06 GB sent, 93.02 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.