Memory Pool Memory Pool Refreshing

1,617 transactions
2.12 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (2,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,879 904,879 0000000000000000000043dcb3a76639d7c259d63f127d1681fa0410458c75f3 1.45 MB 3,296 8
904,878 904,878 00000000000000000001657a2a9b3b60aedf1f928f54f78f197657fb632faac0 1.41 MB 4,252 6
904,877 904,877 00000000000000000001ce52c2d706e28ca921313d4d13fed6c84ebfe725d97f 1.43 MB 4,205 6
904,876 904,876 000000000000000000006d4b101b470c11f630e8eaf33141be35338db100400f 0.34 MB 1,116 4
904,875 904,875 0000000000000000000214026f83f4349252ea3c380c5524fc0e6361ec56dad1 0.22 MB 182 1
904,874 904,874 0000000000000000000071cab823b4a8e7d753348ccb74f6332fdb03225ba9b8 1.66 MB 863 1
904,873 904,873 0000000000000000000222071973679dc2ad719e4936ae9f974ec09c494ef172 1.83 MB 3,480 2
904,872 904,872 000000000000000000021a2a385db35e678f77f8f198d68e0b534d8670816955 1.84 MB 1,150 1
904,871 904,871 00000000000000000001c0e180dc2cafe62dc665be34d3a608eb200ea716fbcc 1.22 MB 1,277 2
904,870 904,870 000000000000000000012048415e95b213d286d07e3bd0a6027ca6dca6858d7a 1.42 MB 2,448 2
904,869 904,869 00000000000000000001a719ac4cbd1b023ababe3759499729e1a6ca9ceac62c 1.57 MB 4,012 5
904,868 904,868 00000000000000000002284acd549508979ccf5a252e0522e8477cf6df60b5ce 0.37 MB 360 2
904,867 904,867 00000000000000000000b23fff50a17cafe92338f1d9a409ac8e8dea43862a5a 0.46 MB 473 1
904,866 904,866 00000000000000000000d6be68d683035e2a6772237f1b3dbebb3df829a0aed1 1.36 MB 1,369 2
904,865 904,865 0000000000000000000123db73be6a54f9a87685106bd3f6f591efc85c13cac1 0.48 MB 418 1
904,864 904,864 000000000000000000017ac0711204f3b0fb197a6bf749053df1d59ff0c7c485 2.04 MB 1,218 0
904,863 904,863 0000000000000000000228e041d818214659fe7d72752b351a0b65ac89f531b6 0.16 MB 133 1
904,862 904,862 00000000000000000000fb0dfdae3cbe2f7662efe132c698a5616f6ff1e00c55 0.97 MB 1,464 2
904,861 904,861 00000000000000000002042bd4cc69e90e7c7014ebb2d6786f47e208f63e99e2 0.33 MB 456 2
904,860 904,860 000000000000000000025b6d43ca9c99171095d72eadf137e9019c593464ac5f 0.04 MB 8 5
904,859 904,859 00000000000000000001f94c3743ec8b10013e8532dd3786f992d744f4c06aa4 1.03 MB 1,605 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.67 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.