Memory Pool Memory Pool Refreshing

4,223 transactions
1.32 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
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (6,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,987 900,987 000000000000000000014e21fb19efda7ce4c328133801f12ee122d0db184219 1.24 MB 906 2
900,986 900,986 00000000000000000001eb45e74522996af80c2beca47fec1919e14a1ab69388 1.74 MB 1,771 2
900,985 900,985 00000000000000000000242b8c5f3a7c7a107a73c4bf839e2836126d99c36da0 1.82 MB 2,302 3
900,984 900,984 00000000000000000000ca4914eb466d73c958f32e41cc1f95df611a78d7dd2a 1.58 MB 3,634 5
900,983 900,983 0000000000000000000161272e8839f185dd2f23606fdc82577d67b5e696197d 1.52 MB 3,975 6
900,982 900,982 00000000000000000001189bf5c0d2cc5e5c1eed6c450671f40fed81bfa8be73 1.57 MB 3,684 5
900,981 900,981 00000000000000000000927268bd3cb7caad0d388fa664e8ada386dded899b6d 1.87 MB 3,709 2
900,980 900,980 00000000000000000000b0d6cdd26fbe4258457dd648a50602771747611652ed 1.33 MB 1,417 3
900,979 900,979 0000000000000000000031c8af21691643e47ec0585d324fd77a2b4694eb8970 1.30 MB 2,079 3
900,978 900,978 0000000000000000000079b062f9679c2e8486b229a2b26fc8428090c5dd8cef 1.58 MB 3,679 3
900,977 900,977 00000000000000000000d608814af80e4f3b711d0a08ebc3cff8c7e24f9421d7 1.52 MB 3,651 7
900,976 900,976 0000000000000000000070ea29673fd78a4cc0eeda5dfc91743ab04643e14f28 1.59 MB 3,344 4
900,975 900,975 00000000000000000000cd10fab914f4907dd55e7fbcee47fcd7384fe9c8f548 1.69 MB 1,855 3
900,974 900,974 00000000000000000000e0b2b9ac4f4ab3f9bf703e374f8833724ee833a8394a 1.24 MB 1,633 3
900,973 900,973 0000000000000000000066d045a5c80784d4f17987e415efddce5440070c4f61 1.60 MB 3,378 3
900,972 900,972 0000000000000000000024c21e388c00553bb02d99aabd17634b53aa896250e0 1.57 MB 3,760 4
900,971 900,971 00000000000000000000906481a55901afc462bdcc67979fff9dbf2c55d81b62 1.58 MB 3,674 6
900,970 900,970 00000000000000000001fcf57740b9e7000dec3950751c85803fb54abaf03c1b 1.71 MB 2,277 2
900,969 900,969 0000000000000000000050a01654b0e22b3c4765199f1aee5d5fc0115eba3473 1.62 MB 1,911 1
900,968 900,968 0000000000000000000000ac9f8c4c997fd155fc4b75331a8a72c21173b295ed 1.37 MB 1,994 2
900,967 900,967 0000000000000000000013a648334eee36eacb9d627f0eda55d25886bcfd8aea 1.53 MB 3,900 5
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.