Memory Pool Memory Pool Refreshing

5,763 transactions
15.31 vMB
Show Random Selection Loading Transactions
Max Size: 64/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,010 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (859,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,893 48,893 0000000020acb7f15b24bf0182b75c6853aea4896ef1bbd2de0dc822edc54ba5 0.00 MB 1 0
48,892 48,892 000000001a6a0b1adb5a018c3f13a99968913f5feef88f63ff3b3cca69289567 0.00 MB 1 0
48,891 48,891 00000000271952be9031473bc8a8736f596b386c15382b5656b2cfc94eeb29f7 0.00 MB 1 0
48,890 48,890 000000000c8e564799d8dab2376f1dbe22e7736e73665a3729172d1bff66bac8 0.00 MB 2 56,155
48,889 48,889 000000002482f7b2fd00a2e888c0d5e0f836cab025b20b58ce80504c5643b46c 0.00 MB 1 0
48,888 48,888 0000000009189ee85b8923d9cc4a8a8c0c6edda59e2fb5b4e7e6d3e0c7ca54f7 0.00 MB 1 0
48,887 48,887 00000000193c95c15f7aafb8ec6ee4bf3aed3dec324980aa86bf1e4d236f9612 0.00 MB 1 0
48,886 48,886 0000000028c3e754983fb6ea5448fe0f442118bff5357b0e81c93c0fb2a96ecc 0.00 MB 1 0
48,885 48,885 000000000ed625a47f93492d10ed1248a35c1beba4bf167ef2e0934bb4424008 0.00 MB 1 0
48,884 48,884 00000000024474d383ec86933df4c736245bf3cb77eb71b10314230f4c892391 0.00 MB 1 0
48,883 48,883 0000000001f866fe14e2f3298874e7ffe1bfcac8c13b9b8c3ae8cf19bdf204e5 0.00 MB 1 0
48,882 48,882 000000001395049a6243cd9336b5f2b186680488d4f25d8c266482ff5a1dc887 0.00 MB 1 0
48,881 48,881 00000000093fdf2cb60a9ed06eb1c24da74bb6650114c940694aadf67d0b176b 0.00 MB 1 0
48,880 48,880 000000000cc217508e01621fe51e089a64b80254ced1adc481b5ea7fa0acb6e7 0.00 MB 1 0
48,879 48,879 000000000dbdda788b07870973a0d13b1d370d9ffc34c3724bdac2ca6cace7e0 0.00 MB 1 0
48,878 48,878 0000000005a24eed2d7ad6a2d8100c9f4a668ae0ce15489b72a3735320b8b711 0.00 MB 1 0
48,877 48,877 000000000a175cc1242335c4dc0e17eef0dddea321e907e5ac5a90dcc66b63ec 0.00 MB 1 0
48,876 48,876 000000001a564113a10e690ff96678b84f56db1ca772fa585177ef9f09022b24 0.00 MB 1 0
48,875 48,875 0000000010e38b966c8440c3344ad6ab89ebdbab452b1ec15c8e4ffe73640a13 0.00 MB 1 0
48,874 48,874 0000000001009c9dc2e747d70739c922c1f23c36ce3c8822d3ef0cfd3a2b02a6 0.00 MB 1 0
48,873 48,873 0000000025a0bbd85b1738b448edb580cefb45924ea330ad2d25aad0ffa1f9a7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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.23 GB sent, 98.48 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.