Memory Pool Memory Pool Refreshing

8,995 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (7,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,045 900,045 000000000000000000001844945e6455faeb07b58bca47d3cc81e37c5d26c170 1.91 MB 722 1
900,044 900,044 0000000000000000000148e0ed631dda627bcb74b5cc309c786896faa6fa7dda 1.78 MB 2,872 3
900,043 900,043 00000000000000000000c909c5bd16aadcaeeb9972b32b9d1bfa7d009fd30ea3 1.74 MB 1,173 2
900,042 900,042 00000000000000000001385681478aefcfbc1b81997323e7c73d2baad67eb0ac 1.70 MB 3,010 4
900,041 900,041 00000000000000000001f33e99f7bb3498bddf9b1170e2f2d62a1f51fa7d1876 1.68 MB 1,615 2
900,040 900,040 000000000000000000007e621de7257af68f8f95599248f5fbded6596dc67ff0 1.65 MB 3,286 4
900,039 900,039 000000000000000000000c4e84bbf2912d44d5738894db488766af7219079b99 1.56 MB 1,806 2
900,038 900,038 00000000000000000000195662ba1d7c40eccf9b8328c371bc2a757a88fbf724 1.67 MB 3,538 4
900,037 900,037 00000000000000000001713de85bc6bb48548bb3fce769e96fb6bf255ed6dc3d 2.25 MB 322 1
900,036 900,036 00000000000000000001ef91d3f365123a540cd90c84172c5bd8e89f79eb3091 1.78 MB 2,366 2
900,035 900,035 0000000000000000000135e93c02a04cb469166ff1bb0f36a1b1a9673f57b064 1.46 MB 1,270 2
900,034 900,034 00000000000000000001292aea2545ad69264a803c318a90d35335737888318b 1.61 MB 3,937 5
900,033 900,033 00000000000000000001a09a0301fa6e4a24a01439c2cdd86040c46c13feb563 1.58 MB 2,268 2
900,032 900,032 0000000000000000000071ac91fd3db1c49431b11c17f49ffe0a92a44e341344 1.50 MB 1,292 2
900,031 900,031 00000000000000000001b78ace7e723857c1b37a7919fc653ff7198452c16529 1.61 MB 4,127 5
900,030 900,030 0000000000000000000109ac7c795d7446f24189fa8cb8769f54081019992aa4 1.38 MB 1,361 2
900,029 900,029 00000000000000000001bd4fd5dd1a87ad2106e4c001a4d5dc106ecf05f31eb9 1.69 MB 3,228 4
900,028 900,028 00000000000000000002275de27e9d54e8b99a32691acac07856fb307845cd46 1.62 MB 3,705 4
900,027 900,027 00000000000000000000fe98218f3f8489a90632b3dfde67622df67394990544 1.79 MB 1,066 2
900,026 900,026 0000000000000000000209dafc8465e4ed748e57903eedd27d6f6a060090504a 1.55 MB 3,078 4
900,025 900,025 000000000000000000007b2b8374b3b40a26a3d09ac06ca2ece71b3e2427d5c7 1.75 MB 1,879 3
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.