Memory Pool Memory Pool Refreshing

3,576 transactions
5.99 vMB
Show Random Selection Loading Transactions
Max Size: 26/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,259 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,244 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,258 (810,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,777 97,777 000000000004a74ccf5a1b354417de3e292694d5405db94e1b914a9ca5fa88aa 0.00 MB 4 0
97,776 97,776 0000000000033636bd90d0a11874e47e02082b411e63a80ae7fcc5b1f11b80de 0.00 MB 3 2,074
97,775 97,775 00000000000263ac91c9a7be946a8505d5be1928f4c3022241665e597a87c2cd 0.00 MB 1 0
97,774 97,774 0000000000003266047960f7f70f13f6a2e98ae850583b433568b009e2102767 0.00 MB 2 0
97,773 97,773 0000000000050d336de8616c64686409a3b71b9b0aebedede8c8efa76f5edb42 0.00 MB 2 0
97,772 97,772 0000000000034cdf8ab1fa68d9d5091e7f93eb2ebbf7dfc4f472dc59ca67475c 0.00 MB 1 0
97,771 97,771 000000000000b1b412bfd376db1b7c5c9878a10278e6cec15168d6501d91d9c7 0.00 MB 2 0
97,770 97,770 0000000000006a4a9e9a90ce37386cd83b876c68ac1f07c9dc375ed0010012fc 0.00 MB 1 0
97,769 97,769 000000000004514efddd979b4d30a37c6d2acf81a47c20de73c400915c065e26 0.00 MB 1 0
97,768 97,768 000000000000a31ec6b0aa96d2efa13cdcd8e12415673a464549e55e533a2cc8 0.00 MB 3 0
97,767 97,767 000000000000700424c43a8f8bede071aa9b0a43115cb113444abbd8916537c4 0.00 MB 4 0
97,766 97,766 0000000000028fe2861d06dfb3c077b8e17f250215b95b45020f845f7fa793f2 0.00 MB 1 0
97,765 97,765 0000000000017da2ae48ef100f906a3c6f4f141274966ff79c8c10b9f643e504 0.00 MB 2 0
97,764 97,764 0000000000023ae71b012b4716737d6244612323da4d95a1be982184eb64461e 0.00 MB 4 0
97,763 97,763 0000000000031fa9a833304972e00cdb5fb1e4cd67e01bc64be91eb19ceefe4e 0.00 MB 1 0
97,762 97,762 000000000001442568a4cef6f6db4f8faa314b6f4b7104d6abd5d04cd5eab53a 0.00 MB 3 0
97,761 97,761 0000000000030157d3818a2763936d7f1602898acd428a7d4f6cd5fcfcdbbc18 0.00 MB 4 0
97,760 97,760 000000000002eb9e6afa2e289a3011df04cd3813d417efb87fd9e814b2af3827 0.00 MB 6 0
97,759 97,759 000000000000e3d718f455cbc0ab6ff388203a7586815e5588181e93371f18bb 0.00 MB 6 0
97,758 97,758 000000000003692bbdeaeaf5608f90a660f234a8e65f290acfd9bbf89970d079 0.00 MB 11 0
97,757 97,757 00000000000411294e22d03fad074bab8a4dc684e8d353d26c5731792abbfcbb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.08 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,691.25 GB sent, 98.05 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.