Memory Pool Memory Pool Refreshing

3,687 transactions
1.13 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (77,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,540 830,540 00000000000000000001f2bcc568bfb630ea04d79ce877da9e2fe4cab58ec7ae 1.15 MB 266 12
830,539 830,539 000000000000000000027e1144226d418851e622e7dbf1191e5658959b0ccd6e 1.28 MB 444 14
830,538 830,538 0000000000000000000067043ea4a424596b1ada143f0ab50f9067ff0374128a 1.13 MB 326 12
830,537 830,537 00000000000000000001fad80065ed1de680c4b65ce30dc055c4c6ee25f21235 1.75 MB 1,344 17
830,536 830,536 000000000000000000013b62ae201ac27342221b6dc961920d86638eddff3e78 1.40 MB 269 13
830,535 830,535 00000000000000000000bf17e7cb9e5ad521c4972e18ace60423c03b9d8d3d1f 1.31 MB 700 14
830,534 830,534 0000000000000000000063a9dc2d50f1d5b333a440f9543789a5d6de2e36d74e 0.00 MB 1 0
830,533 830,533 000000000000000000004ad59dc9e1ebeed7bd7d35bd50df33dbee184f15611c 2.09 MB 2,024 20
830,532 830,532 000000000000000000000b38ff8c7fa4354cff98ec2344760553f2ba836a7edd 3.71 MB 579 14
830,531 830,531 000000000000000000022ebe506853c11ab2dc1c2c703d341081033be9f75816 2.16 MB 703 12
830,530 830,530 000000000000000000007cfd5b52c1d009204d1f8a46c8dea62d896e54fe2398 3.29 MB 958 17
830,529 830,529 000000000000000000011658e067a30fae9b59b675d54e097ffefafd73d7c919 2.10 MB 2,209 27
830,528 830,528 00000000000000000001efad9ad2dd01e23d5a51ba1741ce1168c3d48f8977f0 1.81 MB 2,623 31
830,527 830,527 000000000000000000011af52fc79dfb77bd5ec941fd4be3cf690fbe250aafd4 1.67 MB 3,015 34
830,526 830,526 00000000000000000003a93e35b814c18ff049197dc356b5ae79ebc43dedfa26 2.97 MB 1,095 16
830,525 830,525 00000000000000000001e78f8bbe593a1b3c8519961ee8211d84b2e6d03e1238 2.43 MB 1,708 18
830,524 830,524 00000000000000000001ded4e7b72533f884b955f02290324f717aa9f701bf63 1.73 MB 2,420 36
830,523 830,523 00000000000000000002ae37f82d7972850f875256222f4e07b1b6a499066d8f 2.60 MB 2,029 21
830,522 830,522 000000000000000000025344642dc9ca162adeaa84994b2bd31a44d9fea24942 2.73 MB 1,585 20
830,521 830,521 00000000000000000001bc25ce49ae133d8b84574098b1bd3640af855572d5a4 2.51 MB 1,672 20
830,520 830,520 00000000000000000000698c157471515c3d25a7a64b8342892e12a48a5a82e2 2.72 MB 1,414 22
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.