Memory Pool Memory Pool Refreshing

6,927 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,620 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (562,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,886 344,886 00000000000000000940e294ea47200e80cbfb400f0f7cf7be7e1d167a38567c 0.75 MB 1,885 33
344,885 344,885 00000000000000000afdf94a3058ecf8319288fabd3c122e7aeadc7c96da7a56 0.16 MB 241 17
344,884 344,884 000000000000000012b2854e821142aa2076f09e9aae70a2eaa2d92b7318b9d7 0.45 MB 569 19
344,883 344,883 0000000000000000066444e2f45cab8ec50159489d0c79ca51552514d250a89f 0.67 MB 840 13
344,882 344,882 00000000000000000698a0745fddcb1f5bc58ba7cf3cab99476ddf377259a62b 1.00 MB 1,562 23
344,881 344,881 000000000000000009a2f87fc5030faff9150e57f21337afddab54cad046b299 0.75 MB 1,024 18
344,880 344,880 00000000000000000568df19de6823375b5bf36c5df74a17a2f92089912af10d 0.75 MB 2,424 41
344,879 344,879 00000000000000000075abcb01418e4fd2f6888506a1cd6d98d4f8a65d95e3c9 0.21 MB 517 31
344,878 344,878 0000000000000000134eec3b9c4f931dc6b8897a4c7a6a65ac6d1d993b565992 0.36 MB 705 26
344,877 344,877 0000000000000000010518362b0b7f0c68011d8a9d98865bfd51e7190a1ef3a5 1.00 MB 1,697 24
344,876 344,876 000000000000000010b3f52d44f7f0dcfd3a96aced50dcb0cdf04b344088de91 0.20 MB 503 34
344,875 344,875 000000000000000005c1a9e4e763fb78a1ba6530467c5e18800babb437731ed7 0.00 MB 1 0
344,874 344,874 0000000000000000036d57d8957bf048c4853fa789c0acb5035fca2de91c069b 0.10 MB 256 35
344,873 344,873 00000000000000000b74498c8ec00770854b7dfc42d8b91fe31d0aeb777367fa 0.08 MB 156 23
344,872 344,872 000000000000000016f03d613578a35558dce5909cb2d9e47862700111864aed 0.05 MB 116 25
344,871 344,871 000000000000000014d4c04bdea8a3217b938c1a4bbbf986a1f9ccffc5feb7b9 0.05 MB 87 23
344,870 344,870 00000000000000000ee760e68595ca50e9259fd95cf8a3160ffc6a2abfb8be82 0.10 MB 190 21
344,869 344,869 000000000000000013d49e8cf045e71c0ca927925b427244df05e643b396d3ca 0.31 MB 511 22
344,868 344,868 000000000000000016b614596b905fd2ec37327c7c65f83aa5f10eab04af3404 0.76 MB 1,655 26
344,867 344,867 000000000000000016f1c10cd20255ed183880dca2af583efe37382fe83d21ba 0.19 MB 555 39
344,866 344,866 000000000000000007be685a07afaf4018249803b53bb60a8611e38d9e828437 0.18 MB 394 251
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.