Memory Pool Memory Pool Refreshing

4,574 transactions
3.62 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,455 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (849,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,097 59,097 0000000005cc2211ca70ee9ba149bdb32a1f6f486abb62f0f93b1aad89d55072 0.00 MB 1 0
59,096 59,096 0000000006a17ed0f26a80b45315989bb1969e2f60369a99150baa26241aafcc 0.00 MB 1 0
59,095 59,095 000000000bd5186ab748d7d002555a5c17f325f66d2c710688d13dfa412889ae 0.00 MB 2 0
59,094 59,094 00000000004001a951af9e29472108348703030bfe86b972d7871743866c16a0 0.00 MB 2 0
59,093 59,093 000000000c5d9f6881a86174ce8022dd6b1d8b51231ac3f78ec393423daf28a5 0.00 MB 1 0
59,092 59,092 00000000076dac36759e19c1f6f669467c7415c636547b20048742ec59fc7a19 0.00 MB 1 0
59,091 59,091 000000000a222a5688a6c16e1ba7988e04102eec9fac4eb3bbfc05d27a521a14 0.00 MB 1 0
59,090 59,090 00000000023cf6731a843efc36a577537888d40a3d68ce64117ff87e607f68b6 0.00 MB 1 0
59,089 59,089 0000000003400e22d2fc9187c55d70315acf1952fc0bf307208d19db66b2826f 0.00 MB 1 0
59,088 59,088 0000000002d1ea4bfc0389573c883c277586bf37e766c59b0665995a884f18fc 0.00 MB 1 0
59,087 59,087 00000000081ff395ccda03918e91ba01526fb81cd463c93eecfab5f864a4b329 0.00 MB 1 0
59,086 59,086 0000000006e4ce73aab3c26e5c87cbee1503214d665b9272e0f270c915c16a6c 0.00 MB 1 0
59,085 59,085 000000000595b521cfcb24aff5b53afd66ef31b580f017abda08d52136ca40af 0.00 MB 1 0
59,084 59,084 00000000007bf886a01b696ad6089042a4d445ad4f5deb577bd3054132a662c0 0.00 MB 1 0
59,083 59,083 0000000001731527157e1783bc4c3a17e5e2b5ced6594f225766999642ba5df7 0.00 MB 1 0
59,082 59,082 0000000004e1d6cfebd137fba3c587cedd7e5ba795ea42f46cc318d0cf0fb943 0.00 MB 1 0
59,081 59,081 0000000003216e600546745deb6af8aeadcda2b3cbc988914a57dcb4c49a03c6 0.00 MB 1 0
59,080 59,080 000000000784423e05052b0d6f23db86c706cbd4e5e9701fe928697393250b9d 0.00 MB 2 0
59,079 59,079 000000000c093856ff3377bc244005f94170fad2e367c77e936b6992af74f895 0.00 MB 1 0
59,078 59,078 000000000ec1081d0ea27ce20dfb6ff331e6b8f189ba21385857316f16b17ebd 0.00 MB 1 0
59,077 59,077 0000000008d38bc4d7f50ded8e589f424c25eff1a535a96bab6938a84087354e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.