Memory Pool Memory Pool Refreshing

6,950 transactions
3.93 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,439 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (839,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,879 67,879 0000000000e8b5bf31e0870e5225472b3be0c4336195590e75d4a1dd99fc9fcf 0.00 MB 2 3,875
67,878 67,878 0000000002bb0032357e5cc7c6dfb413b4b55bb378f8e1e79cbd8ded526586fd 0.00 MB 1 0
67,877 67,877 00000000032edeb0c7cc286a651f691d2730192049f00536176e035cc00dc1a6 0.00 MB 1 0
67,876 67,876 0000000005845485903ce2590c2d7b25a227e8cd5ef621eb531750facc988968 0.00 MB 2 3,875
67,875 67,875 00000000005f54f0049cef619f0318e55653c92a87ff45608d4bb2d5c28ebb3f 0.00 MB 3 0
67,874 67,874 00000000024f427c2e39b994695444f606970aed78ed77180af00e07303e478d 0.00 MB 1 0
67,873 67,873 000000000390d371bcf29e1f9e90c8c2073d620e06471895b99031e7f42f0d94 0.00 MB 2 0
67,872 67,872 0000000005966c78c60368ea4ac371dc8a34835593a1f2a9bae5db47c646a04e 0.00 MB 3 976
67,871 67,871 0000000004d4f25a14ceaf1987a6072d209b4f8fc0cd6cbe04cb5a03368024b7 0.00 MB 2 0
67,870 67,870 0000000004d365ad2e7ce740c11c56bf22f2b9d405d576fadbb7c28ffbb9b94b 0.00 MB 1 0
67,869 67,869 00000000043b9a1810e8981bece64e9e1695e41193494d68d0b8b668791d92a8 0.00 MB 2 0
67,868 67,868 0000000000195cc2f4eddae9b83d786ae15623d3c3e5b6eecc0c096727dc4843 0.00 MB 1 0
67,867 67,867 0000000004614f8f66a9c6b7c6c65e22b772c6e0e61db0d022b8300b02d3d501 0.00 MB 1 0
67,866 67,866 00000000000d76e1305af6456eb205a06b2672f643324a8b678c3dc588bff7c0 0.00 MB 3 1,937
67,865 67,865 00000000001161a4bcc39025a49f882b9327306c1b3dc732ee96758a51fd22d5 0.00 MB 4 736
67,864 67,864 00000000023cd9c729de1abdd7d427fd629283491ef4f47f811f53c31df99344 0.00 MB 2 0
67,863 67,863 000000000216ac1c1dfbcc14a074ee7bf9b40d060ba1430793bd28f1b68a9465 0.00 MB 1 0
67,862 67,862 000000000505a981e42b3724a45ff5fc0d7d7906da81ab371382ed0ff1a8aadf 0.00 MB 1 0
67,861 67,861 00000000048375763bc741d0e0ef495beb0bb3c2349b8bb1422d9c94c0bbc834 0.00 MB 3 0
67,860 67,860 000000000415856fd597e4d78cb516544f558ff298da6117ec9bceb24fdb7203 0.00 MB 2 0
67,859 67,859 00000000024f391ca9ccbd9eb3c2447978083e7548af689bd82b89089b6bb1d5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.95 GB sent, 93.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.