Memory Pool Memory Pool Refreshing

237 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,861 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (797,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,709 110,709 000000000001994f06b7811d09bbe15bf48729bb9259449e6d0e79f7cf61a390 0.00 MB 13 0
110,708 110,708 000000000000241baec711a7ff61c26a905ba983147e223ae731874714adb416 0.00 MB 10 0
110,707 110,707 000000000000310887c2c2997d170d468a79998d206de27331fe0f4d4045749d 0.00 MB 10 0
110,706 110,706 00000000000189b7a88e76374b13b8de6a7e136337f3857b239939173ec81b1f 0.00 MB 13 0
110,705 110,705 000000000001a01cda00695839c1c0f3771e88a73c7cefc731fda4c8081bca58 0.00 MB 1 0
110,704 110,704 000000000001cbb0615c691b92fe3d4a7baa07c57c24fc1a75b4f6b1f4192554 0.00 MB 1 0
110,703 110,703 0000000000004858b111a93ec9da056802e00bd65379df485d2a030cc67ccd2e 0.00 MB 9 0
110,702 110,702 00000000000044521ab3b5365113c8c991ca41f62ef22ca7a45a042f51e15066 0.00 MB 6 0
110,701 110,701 000000000000811e0ee203caa4a8c99acb3d5d9608ebb4e9c8586f5628469837 0.00 MB 3 0
110,700 110,700 0000000000015c262b3d8ae4de41504806abe2ec4f463e0a8d614819c1fcf942 0.00 MB 3 0
110,699 110,699 00000000000062c7fad87786781b7d6afb95504481ca64ca899a9d332b84539a 0.00 MB 1 0
110,698 110,698 000000000000971ca3e3e7dc6ec182c409a0b5308f804917b05fc9e52210ccb2 0.00 MB 7 0
110,697 110,697 000000000000550234e111db58299e160b14eafc89de5dc1fceac65e7b02eefd 0.00 MB 7 0
110,696 110,696 000000000001522aec6e783b26947f0c3d67b137741418d6779e2c3900d7eb43 0.00 MB 12 0
110,695 110,695 00000000000063024f73a6ac14627dce7ab016c479227ba3d1f443cc34d9dc85 0.00 MB 4 0
110,694 110,694 000000000001777b733071698ce9fbcbd2dfe4c1aec5f4683afb5e4cb71da979 0.00 MB 1 0
110,693 110,693 000000000000247d00174e69a9f6fbe2585db9107552092fe12bc3900e0042e0 0.00 MB 4 0
110,692 110,692 0000000000001da5ffbc1f0e1804c41da9f41eff69f809fe019ab86a00816b3d 0.00 MB 1 0
110,691 110,691 0000000000006c96dbdf3f48376e99b7f7b7e57d95bd3c8b0004b5bb45a2d2ac 0.00 MB 2 0
110,690 110,690 000000000000bbf64050046355b02e7368441195525bc5e57e210d01248f624a 0.00 MB 3 0
110,689 110,689 000000000000f0249b73d86b7dec21fb55f6b6f0f86e35587a025b4cc07556b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.