Memory Pool Memory Pool Refreshing

12,392 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (199,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
708,150 708,150 000000000000000000038f31ee74e58abc76ceaea0211e987e867db22e54d9f5 1.20 MB 1,330 8
708,149 708,149 0000000000000000000830e67d5983c2411b5270f90e9448b19d8fadab1e34cd 1.54 MB 2,364 15
708,148 708,148 0000000000000000000af09eb82b1a1974b6288c1e54c62be5d2af93cd849232 1.52 MB 3,302 13
708,147 708,147 000000000000000000029d37134b2d44b163c97145031827b03f7fec8c2ab199 1.47 MB 2,993 23
708,146 708,146 00000000000000000002c2fdcec220d0ec9999c1edc14d1660e2fea19b623e3c 0.03 MB 50 13
708,145 708,145 00000000000000000006f2e738cf6da73a18d9f0a1e94d151c33b6b0b65abe55 1.34 MB 2,696 10
708,144 708,144 0000000000000000000595aaffa9054640a467081d396732326cf67a22f156e9 0.60 MB 1,285 11
708,143 708,143 00000000000000000008c8c6112047a022d85d75cef0126eea6d48b5b2ff3ff3 0.04 MB 105 8
708,142 708,142 0000000000000000000bfedafd387d6c3d3662dae7acfaf91235d5cb0c01821d 0.64 MB 1,008 9
708,141 708,141 000000000000000000051f3a4cf0467632fcf2c02eef446787f4a386edd98417 1.03 MB 2,030 9
708,140 708,140 00000000000000000006fd6f64ba8a0f4057e6920a7efb33b1539df3e3520560 0.30 MB 568 11
708,139 708,139 0000000000000000000b364cee25c019eb704515ff181f31b824a6efeb8d4257 0.44 MB 655 7
708,138 708,138 0000000000000000000038e8cb1b6b2b11305b518eca03879e17cb0eb73b8375 1.23 MB 975 5
708,137 708,137 00000000000000000009abe26e917593ea1172dd24f1d218fc4297f0c60b6df3 1.29 MB 1,411 11
708,136 708,136 000000000000000000073e099922391985de79025762c72178c3c4943b689469 0.37 MB 735 10
708,135 708,135 00000000000000000008e2a856f9ff441e8716b3509cd51cf81c61138129721e 0.13 MB 246 10
708,134 708,134 00000000000000000004cf6e083a63ed84d84816a156b1b3f4b27be231c1e39d 1.13 MB 1,660 11
708,133 708,133 00000000000000000001a724350e6756cee71c449be809c05b955d7f092d47f8 0.69 MB 1,280 11
708,132 708,132 00000000000000000005c04e40aebb05bf3ce9150d305846df3a75c61330953e 0.76 MB 1,396 12
708,131 708,131 0000000000000000000222838a30ffc6b567bc33b77619b41cd19f9976f6b02a 0.48 MB 413 3
708,130 708,130 0000000000000000000b4c9d0487b3731ccd04108a44224bc4b6c4b270e27bd5 1.51 MB 3,070 13
Previous 10 blocks ↓
Total Size: 769.01 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,621.29 GB sent, 92.90 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.