Memory Pool Memory Pool Refreshing

1,323 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (855,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,424 53,424 00000000005c6ccb594e0fc1f61e1b4edd65b00c07069eeb9572a31d2af6c1b5 0.00 MB 1 0
53,423 53,423 000000000144175e5163892c2fe5cd56e8732a06b17e6b1e96bbf6fabd550ac4 0.00 MB 4 0
53,422 53,422 000000001372614ffe16035d8e61acf58bc5617e17fd71546d0db925ef2c9b04 0.00 MB 1 0
53,421 53,421 000000001380ef59416c8ad56c7befa3f78c3a8c1d74ffb19638ea920f9fa51f 0.00 MB 1 0
53,420 53,420 0000000014a967faf3a633f96b4536ff6a6395b0eb9e8313d3cbc993dbfa2b5f 0.00 MB 2 0
53,419 53,419 0000000004b6e8e773f6cd49705e5a56ef35a3bf5f19832f9d632cd24ee912be 0.00 MB 1 0
53,418 53,418 0000000008ab8eefdd32d32b53add8486698e2fce6a5766c11cc12fe023bbc5f 0.00 MB 1 0
53,417 53,417 000000000ad64dcc2f4b3af14d5072ad5954915458c8fcc322ad93e8088908d6 0.00 MB 1 0
53,416 53,416 0000000003cdcae8f8a09184526a2efc9c9d9d430774108ff9a193c5a23e42a5 0.00 MB 1 0
53,415 53,415 000000000d8ebb51778d532bfb2a077dc6502f6fe04c0bce40c6e0a808fa4940 0.00 MB 1 0
53,414 53,414 0000000012c9c8b4a5986dfc5d45c08963eb4f3b3ca96aecd6911a00e2f2b1e6 0.00 MB 1 0
53,413 53,413 0000000013d75d3a2f726f5ea1ca57b31e77d928671f4e281751de6d8e80b4bb 0.00 MB 1 0
53,412 53,412 00000000096005206b74ddc4b97a4fb0717e4645482d3d3590941360d68e0644 0.00 MB 1 0
53,411 53,411 0000000008796ec8c9d418a1a2f15de64fa2c6adc0c0e79a486f1ab55d5f3fbb 0.00 MB 1 0
53,410 53,410 0000000007079ac52ad2633b5c9580e12f60eeaf6d4b3e0726a0dcb2b243b705 0.00 MB 1 0
53,409 53,409 00000000089e0f97365552c7b291ae4d17ab0a71e780c9242b53ab392f4507c1 0.00 MB 1 0
53,408 53,408 00000000150a823ab82a1cafcbb38fbd4c5fed7551949e17e2e4143c649731b8 0.00 MB 1 0
53,407 53,407 000000000744f699d74a53bc7fffd47979072087f1875e3c221cb36938039170 0.00 MB 2 0
53,406 53,406 0000000011d21f77d0855f0852b982a35c4c8b9970f481c0e439fab21d20f311 0.00 MB 1 0
53,405 53,405 000000000bafd595dc9805cbaa3eb22992db2688a3d773d320b067635df66320 0.00 MB 1 0
53,404 53,404 00000000120978ad3ebfde0ea4f0e3baf197d8bd57fdc3981d4fdfa5a99420d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.