Memory Pool Memory Pool Refreshing

9,020 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,846 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (71,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,721 835,721 00000000000000000000b01a70931adf181aba03f3cd90e5d31bc80311080650 1.57 MB 2,675 33
835,720 835,720 00000000000000000001015d0dcdaec049b359c4b45248e879829e308e512b7c 1.58 MB 2,809 26
835,719 835,719 000000000000000000029d909bf5ed2cf667254cfddeaec24f7da76b5b09d769 1.53 MB 2,888 35
835,718 835,718 00000000000000000001943819a2db9ea695710e659372f62d566631db96cb35 2.16 MB 2,593 23
835,717 835,717 00000000000000000001dd21de5fb0b0ae8b7e34875736286fd4950744bb2b9e 3.33 MB 1,166 20
835,716 835,716 000000000000000000030bb57123c92c24958fd9a72f058ac2eec4047fa8b5ee 3.25 MB 1,396 21
835,715 835,715 00000000000000000002e909e6389fa8d9040ccce5d22a7f3aa4517a126f6d68 2.32 MB 1,800 23
835,714 835,714 00000000000000000002dc0deeecfa1a32f6b98120af109582abdbe95ef514ac 1.55 MB 3,078 37
835,713 835,713 0000000000000000000337308aa014380f21835471f438625e8d206de09ddfd4 2.15 MB 2,597 26
835,712 835,712 000000000000000000030f295376c8f5e4642bde7ecb1df5fa47b559107793d5 1.58 MB 3,252 36
835,711 835,711 000000000000000000001c8d302bf7853a26b1e1478509daf28a5ec146b82403 1.85 MB 2,989 25
835,710 835,710 00000000000000000001231d71b1ed07680a8e2dbd58050276b3fd5210a4d9b2 1.63 MB 2,754 39
835,709 835,709 0000000000000000000329f9d665659fd06e6b5cdfaae604f84253271702c0a1 1.85 MB 1,823 24
835,708 835,708 00000000000000000000a63da1fbd4bc58cb09f6f4c450c7b9d994b8d6e8bb16 1.59 MB 2,812 34
835,707 835,707 000000000000000000008ffb7b2d54028eae6945682c363a8645b6cca1744a24 1.63 MB 3,101 35
835,706 835,706 00000000000000000001a747b9530c14bb863866aa8993fe791870858f33e710 1.91 MB 1,609 24
835,705 835,705 00000000000000000001ac0e1bfcd68146523924c921b3363ef8746dcc62bb73 1.70 MB 2,883 53
835,704 835,704 00000000000000000001baca1602898506414fdfa9b59e523e1275c4cc061f38 2.03 MB 2,514 30
835,703 835,703 00000000000000000002060866cf116f858ebc6461d78a808ab1608909759574 1.69 MB 3,454 40
835,702 835,702 000000000000000000010aeca8d76c6112856b807561a31ad87c44d06e50e758 1.67 MB 3,388 44
835,701 835,701 000000000000000000031b6bcb1015e26b64e573d113e9d0eaa003c49385a3df 1.91 MB 2,510 35
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.38 GB sent, 92.72 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.