Memory Pool Memory Pool Refreshing

2,323 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,963 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,300 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (634,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,720 273,720 0000000000000004d33d8f91b60d882031a4e8ae163c6240ea8dbaa391814387 0.09 MB 201 50
273,719 273,719 0000000000000002006dbeacd3300b15f9cb347ae31cb69c0ef05a76602faaa1 0.25 MB 552 69
273,718 273,718 0000000000000002217fd35c22ed7cdd509e5c304ac376fe3cf37d3a9009ec4f 0.15 MB 339 51
273,717 273,717 0000000000000001ab6ba20ede3a4720c671a014914ae7fa10077ae53c23a143 0.05 MB 117 29
273,716 273,716 0000000000000004e5287ba0e857c5d420373de6da687dd58595fd1c84b1fc97 0.25 MB 231 18
273,715 273,715 00000000000000051f713ebcbb10dda62d6c31905d7c7fb9910910aa3e4aafd8 0.25 MB 676 72
273,714 273,714 00000000000000020af256d34cbdf3344339e6ea5b140bd116536a51b79d9d8e 0.25 MB 701 74
273,713 273,713 0000000000000003a1851849d8592d080acb316698d2961f948ad70d79612648 0.01 MB 33 56
273,712 273,712 00000000000000058cb013c2b91a5fa6768783a024b76c411749d7dd0970ce30 0.04 MB 100 43
273,711 273,711 0000000000000000afc15ba56d830c698401b4bf723ef57551dfb0aa26535419 0.24 MB 470 41
273,710 273,710 000000000000000550cbda7253e725bf8358dfbd0ba3ac029e11f92c162045e6 0.21 MB 295 57
273,709 273,709 0000000000000002c4fec168b7aaf7fa645f5d418ef328f919e12cc5dceb12c6 0.04 MB 94 41
273,708 273,708 000000000000000074562eec8324a2c56de6aa154262982935bf5b41d15a0145 0.14 MB 218 37
273,707 273,707 00000000000000039506731159d8a1acd0103851b750b6318d1c9fad98e88453 0.02 MB 31 28
273,706 273,706 00000000000000027a0037731323e9d4bdc2a4cdc132a5bca5be180e1ddd5265 0.17 MB 374 49
273,705 273,705 0000000000000004fc3b714814313594dff6e1b909ae2e26db3e6500f3dc63f4 0.17 MB 317 47
273,704 273,704 000000000000000099a78728c982223a62fd4587b6546806bac84eb78072d368 0.08 MB 148 52
273,703 273,703 000000000000000396e992e13f7a53c82bed0fe64e5b25c4732632f941f30332 0.15 MB 369 58
273,702 273,702 000000000000000243569abebee83f2ef9951e01f6293bde346707256d9035c3 0.21 MB 441 51
273,701 273,701 00000000000000014d370182ea58588721f1f94048129922d426f822028e9dba 0.24 MB 425 62
273,700 273,700 00000000000000012a2e6926aface65e43aeeca947ab42441320824aed7702a7 0.34 MB 681 60
Previous 10 blocks ↓
Total Size: 769.48 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,646.35 GB sent, 95.32 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.