Memory Pool Memory Pool Refreshing

8,859 transactions
2.94 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,812 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (446,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,771 460,771 000000000000000001d5ee4a1a343cbe8d042cc6e273731428ced4412442e8cc 1.00 MB 2,244 216
460,770 460,770 000000000000000000713f49901979dd2bb4ad47c4e842f26397426efd48f097 1.00 MB 2,007 115
460,769 460,769 0000000000000000005b62e585628fbb9919b7f2152eba3512bae362f48190fc 1.00 MB 1,404 68
460,768 460,768 00000000000000000077107a8aca03420ca23909a6209c94ae2ffd87400493af 1.00 MB 752 43
460,767 460,767 0000000000000000013090e6a176ee5deabb3cb3540ec730c5260b6b99edd5f8 1.00 MB 1,504 66
460,766 460,766 000000000000000000e04401421434a0d88d3fbfbd2d7ff8ae98b9850fdf917d 1.00 MB 2,184 124
460,765 460,765 0000000000000000018af508b210c75055e18ecfb9cbaa1726f81480d11cef48 1.00 MB 1,466 64
460,764 460,764 000000000000000000afae69034c63ebdc757271cfbf5ba6346dce520236ac06 1.00 MB 913 72
460,763 460,763 00000000000000000149e3e7d234c1715345ed222c1c02cc63045e53a897b0a0 1.00 MB 1,945 134
460,762 460,762 000000000000000001c525c4896476268002bdc19856a9348a6144914380249d 1.00 MB 2,244 125
460,761 460,761 0000000000000000020d34040c18d3602159d06352c2110f01680ccc96b4d010 1.00 MB 1,982 143
460,760 460,760 0000000000000000003cce376556ac5430efd26cc1b2fad37bdbddc2f652f388 1.00 MB 2,074 149
460,759 460,759 00000000000000000060268e849c540f9636e758fba25415ae2f364840ef4878 1.00 MB 2,473 171
460,758 460,758 0000000000000000009e959c93f1bbeb39ccc97b98e601f02f99210524662bcc 1.00 MB 2,607 212
460,757 460,757 00000000000000000157d116292d74cec3f280ff68775e3613ab0e722604107c 1.00 MB 1,328 42
460,756 460,756 00000000000000000055cb620f6ecb641dc2865303895a9855668036db334791 1.00 MB 1,728 111
460,755 460,755 00000000000000000191cde459781c9a8974aa132f6381c75094106a5e158d93 1.00 MB 1,679 108
460,754 460,754 000000000000000001a06b4a50f9bf5a512b2736e917ee973be5a3a5d818b158 1.00 MB 1,601 114
460,753 460,753 00000000000000000146aa645bfaafc34c2add6d8b9d2586af41b81d5c6c9278 1.00 MB 1,974 154
460,752 460,752 000000000000000000f963d1ef31f4880e3c50d55cff9204eb3749e63743ac0c 1.00 MB 2,477 190
460,751 460,751 000000000000000001c57490fa1ee25cbb779dd621bbc09294aa2432ed98a680 1.00 MB 2,105 166
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.