Memory Pool Memory Pool Refreshing

1,908 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.56 vMB 1,900 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (871,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,826 36,826 00000000557c1a039256edc50e1f1a4acd909f6f9fc41600c8f9501092ed767c 0.00 MB 1 0
36,825 36,825 00000000358984a94f79f9c0672d3efc098aa49b6d5f8c741110c22f3e3f9694 0.00 MB 1 0
36,824 36,824 000000001612a4eec272e5d3928801e6cec8742e387c97a43f39e46168d378a0 0.00 MB 1 0
36,823 36,823 00000000788d74407bf51095116c1685cff59a9d06a3fefbb58382ef859014fb 0.00 MB 1 0
36,822 36,822 0000000075d43c5ec975822d2515889b238321250c26df6fe5e34b721493e235 0.00 MB 1 0
36,821 36,821 000000005d93cdd6b27ceb52f1598ae4678834c3b11c3720973ad32f399ca005 0.00 MB 1 0
36,820 36,820 000000001f385d70c78c6b353f7258dce366cc5c65272075337d222a25d67c58 0.00 MB 1 0
36,819 36,819 000000006f95cb810e7d18a6bad99cb5c23d13c8dbf471df01f47c4aadc35aa7 0.00 MB 1 0
36,818 36,818 000000002403b1f5d7b21c57b17db44119177d84293a98d1fdfdab588ae36700 0.00 MB 1 0
36,817 36,817 00000000b0a40e97fe4a65d9fa199a49d7c4415033107bde8c2133ed4c001905 0.00 MB 1 0
36,816 36,816 00000000a872656c53b204a4cd16d49d03c394afa21f8c10b84fbb3234ab8a01 0.00 MB 1 0
36,815 36,815 000000002e49bae8b1740a9a160cd63f8b26b2ac9e477ef03c378e36a8a9a3c5 0.00 MB 1 0
36,814 36,814 00000000ba50df4ef03545a52f3c51697c6829f081a28604a2986a127b9bf515 0.00 MB 1 0
36,813 36,813 00000000135131e5b76d402249db0bc4137921608576d68cc43948c82318cfd1 0.00 MB 1 0
36,812 36,812 00000000959543eb5097598966227fd91e3129c570a74a231203302d11673772 0.00 MB 1 0
36,811 36,811 00000000ab536f897f258574442eca4606807f2e0bbb9c1e6fabd158cde79b00 0.00 MB 1 0
36,810 36,810 00000000a3ed214ac34fc76ce9db87913cd43fd5c4fcc82a04867244f823dff8 0.00 MB 1 0
36,809 36,809 000000008812f16dcc85757f20efc2754d33b7a95d9dc82103037eda8830e7b1 0.00 MB 1 0
36,808 36,808 00000000aade86b59b8fd6f1341c1dd7221f820c61d784acb8ffbeb18cf8bb1b 0.00 MB 1 0
36,807 36,807 00000000adc033d71d0ab2473e0ce5bf518cee2de7cf2b8e9504537447b87271 0.00 MB 1 0
36,806 36,806 0000000054003ad14456f6c3375007b28b50142a349b25a92d49164ff9496e81 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,831.75 GB sent, 100.20 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.