Memory Pool Memory Pool Refreshing

3,476 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,896 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (264,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
643,633 643,633 0000000000000000000de8ff5dc98d0e0d823f4130c868b754d2145732906fcd 1.43 MB 2,362 75
643,632 643,632 00000000000000000005ffb8cc4bcb1de02dac29136d5fd3cb3241297f8777ef 1.33 MB 1,395 36
643,631 643,631 0000000000000000000486d4fe6ec5645821da35412cdae7ad7643020ca795ea 1.26 MB 1,637 15
643,630 643,630 0000000000000000000e38cd8fb1bfa8ab7818c09b12fad88562423a1e1c9c9a 1.34 MB 2,243 65
643,629 643,629 00000000000000000008cfeef8d285d87ae22ff7262f708343392b44c96f323d 1.61 MB 1,102 21
643,628 643,628 000000000000000000105c223da1a5d6802d3f23cb62f091c97de62dc22ede7c 1.76 MB 352 9
643,627 643,627 0000000000000000000926630d29c3b9732d562fc414f8be45f3375b8f25dfb7 1.44 MB 1,225 8
643,626 643,626 0000000000000000000d0abc82d3bb05c13f50c5a1a32661db1665942f6641ce 1.20 MB 2,121 28
643,625 643,625 0000000000000000000292170ede9f851c81b951ba57604fc65438ac10df9fd5 1.28 MB 2,667 126
643,624 643,624 00000000000000000002492d2720fec8dfabbb3c4f192ce4091582e0977a4bac 1.38 MB 1,910 15
643,623 643,623 00000000000000000000ceb9d8a343bfdcbc246b2cb4301bd2b7400e15a48f9b 1.36 MB 1,926 54
643,622 643,622 000000000000000000059245c59a60c5956a43995dfb42f87433db4d80e5701b 1.39 MB 1,788 55
643,621 643,621 0000000000000000000e72a1a13b64d3d92aca080ce26efdff956a39c1c3f8c6 1.48 MB 773 15
643,620 643,620 0000000000000000000dcf739379c47d7c8bf8e91f4fbdd4936bc3a5a81a98a2 1.25 MB 1,539 42
643,619 643,619 0000000000000000000abd7274647c386eb84d8cb1badc2bedac070fcef83476 1.33 MB 1,282 24
643,618 643,618 0000000000000000000907abfc53f818e63e6719a2e7594e9e0ae5d89b32525d 1.24 MB 2,148 54
643,617 643,617 000000000000000000063299c7212b8e7d7d5cd082ec77845928214b6142a6e1 1.21 MB 2,423 48
643,616 643,616 000000000000000000068c0a6a5424f85929f794afc8bbf19e466103e0debcb2 1.15 MB 2,256 36
643,615 643,615 000000000000000000036db4036c3bb6153c18f3bfa2fd48169c0f6d1bc6ae24 1.26 MB 2,153 46
643,614 643,614 0000000000000000000fabd597d21208e0c5c60d3eeeb131a4cf066e312c3aac 1.36 MB 3,079 93
643,613 643,613 0000000000000000000eeb8e21db092894b42c608c01ed3f3c5a4093ac938b31 1.25 MB 1,741 104
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.