Memory Pool Memory Pool Refreshing

4,955 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,562 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (550,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,888 356,888 0000000000000000109761fe650499693c86591f28919ee13d0172a78cd8c9cb 0.75 MB 385 13
356,887 356,887 000000000000000004a8bfd254314ac41a335c38bf719b8b2d036a780a8d85cc 0.75 MB 927 20
356,886 356,886 00000000000000001565fbc1e2ecad6b4792f4a2c3b0c6ca7d7bd739d896319d 0.17 MB 305 23
356,885 356,885 000000000000000012c43454a32e8f8d230231dc01a556efcd43ff3ea6343e5f 0.59 MB 1,068 26
356,884 356,884 000000000000000015a2dca1bcd070c417e37ec0b4c4f0130f7e5b46d9880ba0 0.75 MB 1,533 30
356,883 356,883 000000000000000003e4d1c3f67e43a0e01193e7ca534ed9e718917d8bf5064c 0.30 MB 487 22
356,882 356,882 000000000000000005453aa8f94bbb3bf9fc6d31d99bf720f4e6c5d38cb21a90 0.43 MB 852 30
356,881 356,881 000000000000000001be870fa68879e94486c5c5de9db3cb2a4d2be82d4956ad 0.18 MB 350 27
356,880 356,880 0000000000000000100e81801aabc438efa036fc95c0c99f7815d0be82bc9d23 0.00 MB 1 0
356,879 356,879 000000000000000010221932b2929ee2d0526834d58314677caa48290c8dd433 0.43 MB 833 22
356,878 356,878 000000000000000007c5ab0d7c8bab48dbf278c953d6ec02a9a8e52697942c66 0.58 MB 920 12
356,877 356,877 00000000000000000401b735c6fc30b679e241183eb337e1fc85fa55c02ab444 0.84 MB 1,269 23
356,876 356,876 00000000000000000c78431fb791d1f215cab57b9aca4380ff20645d2059123f 0.75 MB 1,740 34
356,875 356,875 00000000000000000059a63127a5039ae648db08524d7a139e2262d2859664da 0.46 MB 809 25
356,874 356,874 000000000000000004e9d383bd70637e09f48444018898e27aaea75e2266dbce 1.00 MB 1,216 17
356,873 356,873 000000000000000005f3d1420260c47c0d2571340845132384c83ed6eff5c76b 0.75 MB 317 12
356,872 356,872 0000000000000000088478196697bb58b9dda863b766b0a1655be54fe2705e20 0.75 MB 1,236 26
356,871 356,871 00000000000000000649680e600ee28bc23f2b37b879f2f5c7b87aa66ab41cb8 0.75 MB 1,182 24
356,870 356,870 00000000000000000dad1f36c91c69043a5f876f9d8abaee276d006d36bb887b 0.85 MB 750 15
356,869 356,869 00000000000000000e4471a5f50f5ed638d72d215183087c20c4978f9f4f5d92 1.00 MB 1,736 26
356,868 356,868 000000000000000007967d5c3e2ef18d1a1a17bdc416306d0db6d0acf24e7820 0.23 MB 348 22
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.09 GB sent, 94.15 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.