Memory Pool Memory Pool Refreshing

2,521 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,183 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (13,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,017 894,017 00000000000000000000e73a5b82c74d73aa98b2fb25de3123c381393bdcae29 1.42 MB 2,707 4
894,016 894,016 00000000000000000000f211da06b35aa4a931d96a3fec359179ab5790b2a00e 2.78 MB 1,794 1
894,015 894,015 00000000000000000000b0f69f8df651faef2c4c5b7cf455aa14efd05679ec06 2.30 MB 106 1
894,014 894,014 000000000000000000020ddb11696111be6f95e1802dc06513518f19b0131c2b 1.90 MB 2,305 1
894,013 894,013 00000000000000000001e1a2d576b452c307ece7fdc0cb5d6a0fda19bba41360 1.55 MB 2,869 2
894,012 894,012 0000000000000000000102a0675e52ef2dae1662427f8170346be370243271fb 1.65 MB 3,815 4
894,011 894,011 000000000000000000016bd076b4071a28e3812560bcf614af09e9dbb3bce27b 1.65 MB 3,545 6
894,010 894,010 00000000000000000001acaf10486c4610f7ab8be459fda11e690b91aebdbe5d 1.72 MB 2,562 3
894,009 894,009 000000000000000000010addec8f89b371e9e371a9771514f27577d9e58b6443 1.51 MB 2,905 5
894,008 894,008 00000000000000000001f97785c43925c27e5dc05215f1dd74a6f0f5089e0c24 1.91 MB 1,764 2
894,007 894,007 00000000000000000001eeffd472eff0709a931ba294be1f4d2da13bcbdb415f 2.02 MB 1,157 1
894,006 894,006 00000000000000000002401ba41e6358ec3c44b1d2daf2823fd9fccbe72c7e9d 1.65 MB 3,063 3
894,005 894,005 0000000000000000000159e0820950ab84e9da1abebefd94f7377f7307441e47 1.89 MB 1,496 2
894,004 894,004 0000000000000000000191cbbf6eb3f93a7136896f43358c1c801eb2a4f4b72d 1.80 MB 1,984 3
894,003 894,003 00000000000000000001e7deb19ad22dac7d9abbbad5d53715957a2298b00595 1.66 MB 3,128 5
894,002 894,002 00000000000000000001c208ab496ba1944e162442250533d752c1c37492260d 2.04 MB 956 1
894,001 894,001 00000000000000000000bb13135993b1438bbc10cdf2aba6e5b5a9ddfb059390 2.15 MB 184 1
894,000 894,000 00000000000000000001c1d87ac4ad1c9546970dbbb68d91a009cbd2255b6048 1.60 MB 3,048 6
893,999 893,999 0000000000000000000033da070cc770b82e8e94ac10b3969b6e2b6cb4f59a84 2.12 MB 521 1
893,998 893,998 00000000000000000002048f63f4d02b5c982ba8e0245c1cd5044937e5dcbc0e 2.03 MB 889 1
893,997 893,997 0000000000000000000214b45b18caab978e3a9d59e13e164aa1ce4590070854 1.97 MB 1,422 2
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.