Memory Pool Memory Pool Refreshing

6,596 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (810,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,041 98,041 000000000001d1b13a7e86ddb20da178f20d6da5cd037a29c2a15b8b84cc774e 0.00 MB 3 0
98,040 98,040 0000000000049519d041ea0e792d192f785bf97ce92d010debc5f229940b8928 0.00 MB 4 0
98,039 98,039 00000000000209726284f01c599045b6ca0eb45eb6b00dbc7a3b5f47af55548c 0.00 MB 1 0
98,038 98,038 00000000000136e20dec81de6bd00c3e02f70edb47be8d1c7801720dd87a4de5 0.00 MB 9 0
98,037 98,037 000000000003fc05625e4ca085c6b9dddef5c7a031d81196ef59df4c52466a85 0.00 MB 1 0
98,036 98,036 000000000001d21db93fdb13f3869c8782745203c0a85f7e902d05b4312e7606 0.00 MB 2 0
98,035 98,035 000000000003ca5bf19f0c56b1a0393813ab71284866e433d2055b787257ed8f 0.00 MB 1 0
98,034 98,034 0000000000048488dd9c2b99428b55ac80fc2327bce7660390a1b423dc8642a3 0.00 MB 1 0
98,033 98,033 0000000000038160f574a8df694b29551152004dded10da73b3399ace984423a 0.00 MB 2 0
98,032 98,032 0000000000017a1d5b6dfffb9017ad3f4428ffa16d6b6caaebf9841a4ab1519c 0.00 MB 1 0
98,031 98,031 000000000003daed4dfa12ee167d5d6ae0d4c435de1bb296a2c51db8b927360c 0.00 MB 1 0
98,030 98,030 0000000000034d7d5ae38ba8ad1e48cf2e81036c0259c9496719ac5e0c94573c 0.00 MB 2 0
98,029 98,029 000000000001ebddb9ab32afe23ceb247d9a8c1ac3d99ff166c68826cea39bb9 0.00 MB 2 0
98,028 98,028 000000000004c90ae2c280b16c7de0556e7627c8412e8dc9f5f00b2e458a5da2 0.00 MB 1 0
98,027 98,027 0000000000008195aa5d43faac6e7969c152415b3afa649ec33170d161b5e56b 0.00 MB 2 0
98,026 98,026 0000000000028be1c572b4ca43c34e26de71b26ce42a1d5c6ce6a49e7c16d7dc 0.00 MB 3 0
98,025 98,025 0000000000014844e72f5132e2c77a5c4aafdde4936f8004c7ddeb440291a089 0.00 MB 3 0
98,024 98,024 000000000000e65524897290a7cbbce401f28f907e56b65e70bf36ae549b78a0 0.00 MB 3 0
98,023 98,023 000000000002fc5fc2ad68220cc39bbe551cb8aad69c41a45810aa983a663b78 0.00 MB 3 0
98,022 98,022 0000000000044d9826bd3d5794393ecbe07d4a00d7d8296532e4fd997464d328 0.00 MB 1 0
98,021 98,021 000000000004360676bcb8ac6cb00032d41ffc587c3f8662ed46062b62f8c658 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.