Memory Pool Memory Pool Refreshing

11,447 transactions
4.81 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,813 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (8,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,015 899,015 000000000000000000012ffa29455994d1b9888febf390dbb1201a1f5cab4d55 1.59 MB 2,970 4
899,014 899,014 0000000000000000000189c585277fb41307949a8516d85c7c924c3e4df2fffc 1.33 MB 2,654 2
899,013 899,013 0000000000000000000030c6ef9ee50a31295ee3cc2979ae2cf6d79f892494e3 0.05 MB 208 2
899,012 899,012 000000000000000000010f675db704c37cfd6e40418976d344e36e38de93aaec 1.00 MB 2,465 1
899,011 899,011 000000000000000000009730591fd345698262e1d1a4200db39d59c906af4afb 1.52 MB 2,623 3
899,010 899,010 000000000000000000020f4a427c8740ada11c69f37c3afa60e7caa0bbb6338c 1.26 MB 2,926 2
899,009 899,009 000000000000000000024707c61deade91fe36891db6d369d0e0f3e43bc2e821 1.44 MB 3,755 2
899,008 899,008 00000000000000000000fa3d77bc62d652cbac0d1e87d44a965cbf9f483b68b5 0.50 MB 1,375 2
899,007 899,007 0000000000000000000195db9be92fd5558271e5f157a534c8e0068d4ad34d04 1.88 MB 3,445 1
899,006 899,006 0000000000000000000052a3a51f264629279f749f63f616e369cb8ed14efb23 2.59 MB 1,584 2
899,005 899,005 00000000000000000002254d4e2d8e058fe7d45dce29a6e02f3ba439586afe0d 1.53 MB 3,606 2
899,004 899,004 000000000000000000006d0dd91d51d2a2ee7c3abf0906e87d71521d2c13af54 1.46 MB 3,870 2
899,003 899,003 000000000000000000009d5b9c582105b2144a092c34fdbe61311bd181e73640 1.40 MB 3,765 2
899,002 899,002 00000000000000000000686cd98810434a94177c6899c57b2e79e1d72e3e8eb3 1.49 MB 3,663 4
899,001 899,001 00000000000000000001c2548a0a7ff65c16266aa5fa4d45a6f748c0a3b53b7b 1.31 MB 2,215 4
899,000 899,000 0000000000000000000173806f24e8279ef64e12d27691528c522256e5a366d2 1.48 MB 3,295 1
898,999 898,999 000000000000000000016a773ddded9dd0208db7a5e6cabb13929e0ec20d4be5 1.31 MB 1,306 2
898,998 898,998 0000000000000000000228b316b46ee9992b14299878d866f24820b7f518eac4 1.55 MB 3,797 6
898,997 898,997 000000000000000000014bfcfee0e6242a8f5f6fba752e35923dbebf277402f2 0.51 MB 1,033 2
898,996 898,996 0000000000000000000135a94cb00e43aee2545fc0b9e7972fce96d1487ace96 0.13 MB 384 1
898,995 898,995 00000000000000000000b0b86cc114a7c71b16b50c058da74f6636492c69216f 1.61 MB 3,287 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.11 GB sent, 93.02 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.