Memory Pool Memory Pool Refreshing

1,828 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,807 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (217,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,859 689,859 000000000000000000062f0e3c8e1d19da7647e7077355c25f4507f456290bbc 1.15 MB 1,168 71
689,858 689,858 0000000000000000000f6e40e59afbc0f8e19c8cc09c3eeac3e120dc57c6f1a5 1.22 MB 1,932 96
689,857 689,857 000000000000000000113b7fcc4898755882dd999e972c3be195298a5d4c74dd 1.22 MB 1,474 25
689,856 689,856 00000000000000000008f49122ce0da8f5087af4851977e347d5722fc05fd7e7 1.18 MB 1,209 17
689,855 689,855 0000000000000000000ea9f5e0b84ca78f2346e79b87d9f0652695391cbf9a6e 0.45 MB 846 39
689,854 689,854 00000000000000000009051f574c38e261e77cd9f38f36d03581a95b18b0a7ab 0.14 MB 261 48
689,853 689,853 00000000000000000000abb09639906cde72782bed7d4c844d1eb0e6e4e547c2 0.83 MB 1,224 43
689,852 689,852 0000000000000000000d7154831005a6aeb1382d11a4f8ca267ae010b878bf9b 0.28 MB 457 46
689,851 689,851 0000000000000000000652f888366728ef65f0c8a581573dad597913a491c9a6 1.27 MB 2,058 10
689,850 689,850 00000000000000000008601a41cbb26947d8501be1ec302b84a2c302d6aa77a9 1.29 MB 2,104 69
689,849 689,849 000000000000000000116aa37f74a433b98c928f0e3d9da9e260317170f42605 0.59 MB 697 44
689,848 689,848 00000000000000000010431e8b5c7de672f9a76eb9a6f2b86384adab396e6709 0.23 MB 241 40
689,847 689,847 00000000000000000004eac0187c269da4e56c56169b7884b7610946cce51f5d 0.70 MB 1,096 36
689,846 689,846 0000000000000000000f080a4732ccb6e865be24a8f719626e26c08a5775390d 1.29 MB 2,656 3
689,845 689,845 0000000000000000000860447566d1a09a48f95dc0c0e0d8f6ab461b5db8614d 1.36 MB 452 10
689,844 689,844 00000000000000000010879462655c73b2b79b13447f3691306dab3d326a0eb5 1.43 MB 2,309 53
689,843 689,843 00000000000000000004a8bbcc2c8c50b2a6e378c8b56e2cebe59255a5431bd2 1.27 MB 1,535 56
689,842 689,842 00000000000000000009147511045b89397d59d98a98cd283da426eecabd38d0 1.12 MB 964 81
689,841 689,841 000000000000000000084cf99aeba0a85b98943b839d8400aca0f904a9155b39 1.38 MB 2,463 53
689,840 689,840 00000000000000000006f52863300ab70c8fccdcaba4f8cbfe7380276b6172c1 1.40 MB 2,809 73
689,839 689,839 0000000000000000000bdf253322e4f1d2bb2aa77ac88cc220efd1a1da9cd8d8 0.11 MB 219 49
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.