Memory Pool Memory Pool Refreshing

740 transactions
13.89 vMB
Show Random Selection Loading Transactions
Max Size: 56/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
908,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (861,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,121 47,121 00000000205d01b6b34145a15af6353fd4e32e0c1d8990731772a5a3d8c1da32 0.00 MB 1 0
47,120 47,120 00000000032241e559ff3d976f9e7309a5a0fd7ba946f98c51a67b94ff8c581f 0.00 MB 1 0
47,119 47,119 000000000d2d96bbc74b6c37b46ade83ebbdb92ceaab39ba5a54efecc4c85e1c 0.00 MB 1 0
47,118 47,118 000000001d59aabb0212b209fe33768765f9f6d8eabab4c50c18f0b079bb007f 0.00 MB 1 0
47,117 47,117 0000000035cb2e695210672b567f003273afba90a08287a5b6203fda4b6f411a 0.00 MB 1 0
47,116 47,116 000000001aba51ef3857d2e886831b79961e77b12bf978f3857f023dc8404524 0.00 MB 1 0
47,115 47,115 000000002748e1978439f092e8ed7e9500f91cb57b15d1905d69428daae53e19 0.00 MB 1 0
47,114 47,114 0000000010c2373898197bc66326e6eaba6d7372e4d26a25553bd1d8caba857b 0.00 MB 1 0
47,113 47,113 00000000062ea7e70d9144b8313b37a5309a084b6c5e286109ca45f550a952cc 0.00 MB 1 0
47,112 47,112 0000000014ab77ff60a7962a0b24d90257881f09f071d0cc2b6e4d93d155f76c 0.00 MB 1 0
47,111 47,111 0000000003d25266f704e4df409d49edc18e37494f75f579139d2a9651cffb68 0.00 MB 1 0
47,110 47,110 000000001ea3e764257908727cc618f97b13dbcd84b39e6a9c3515b111e9e222 0.00 MB 1 0
47,109 47,109 00000000329d66aa21f2c7e1d375b943fad6ff513b9612551868deb892790654 0.00 MB 1 0
47,108 47,108 0000000004707b9d4ffdb57ffe20d96e716edcd250cce6adabe4fca20b8379a0 0.00 MB 1 0
47,107 47,107 0000000023b9d3a7bcc616e49bee87959d8284c6e01d412a38f3de93d7f92488 0.00 MB 1 0
47,106 47,106 00000000293f9f6e189bc69782dbbf4b2a903931dca174145ad0461c1ff7751e 0.00 MB 1 0
47,105 47,105 00000000138e4de069f310609178b2f9c995fc461fdf094363ff0d9866b04b0b 0.00 MB 2 0
47,104 47,104 0000000015c672ee446309b1420ebad10d7151987c3b3bd3ead165cd17c2f8de 0.00 MB 1 0
47,103 47,103 00000000010be9a7e120d082032dcc67ad387c9b6653367ed8b56bf93c39abf7 0.00 MB 1 0
47,102 47,102 000000000b5c188978623752bd64e2bd5a3ee8da6def60f45f4a5603f5f22893 0.00 MB 1 0
47,101 47,101 000000002517a94cddc5a04c2ce8a6d9fe68ef38b647a64b45f900a2eb410a80 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.38 GB sent, 98.49 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.