Memory Pool Memory Pool Refreshing

599 transactions
24.76 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,312 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,311 (907,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
988 988 000000005b01b8ddef835564691bd96f7c418dc48f399e6949cf5607420d971d 0.00 MB 1 0
987 987 0000000046e6482b90633bb69bf904b904ca955e275fbe93cbdd5c9dd78dd3f4 0.00 MB 1 0
986 986 00000000bdc6a035a608cc5e03e7e35fd39d520eb1003b1a4c937ad30baafa94 0.00 MB 1 0
985 985 00000000b7c1c85a20a8912759dbf358891ac723c1bd74200107fe01278f7535 0.00 MB 1 0
984 984 000000003182f3b9579afb0a93a01e40c86eed120dfe45579e37c89874c372f5 0.00 MB 1 0
983 983 00000000bf6d26fb6d73d9473701ad8452bc39e0c2e98a5a4007bdcea01c23dc 0.00 MB 1 0
982 982 000000000bdef3b2f2cf98e7dfbbf1d2c2301f6174797c80fe447218e138364d 0.00 MB 1 0
981 981 000000007f030f9dc40eb3c9b3b5aea163105bee02fa6f539c5ee7cab649f944 0.00 MB 1 0
980 980 00000000597a88a69db95f4d27a4f4438041770ece5eeb66642bee1e95a81ad7 0.00 MB 1 0
979 979 000000002b870b7d6259bc5444aa77e781c9fc776533936419b4b6548fed6162 0.00 MB 1 0
978 978 00000000dc3c50f11736dae2b2a81a2879eab4045af9cec59d359ac1a84927d9 0.00 MB 1 0
977 977 0000000070cf8785d9d0366ae6c926a53ed9be82701455f8c96fbd5a4ea149d5 0.00 MB 1 0
976 976 00000000ed7ccf7b89a2f3fc7eac955412ba92f29f1a3f7fa336e05be728724e 0.00 MB 1 0
975 975 00000000d67ac3dab052ac69301316b73678703e719ce3757e31e5b92444e64c 0.00 MB 1 0
974 974 00000000be3c231de630b045c165b842d24d53760dc84925d0d332f5f833f7d3 0.00 MB 1 0
973 973 0000000008a63e41a03767c76e4ba79a2132db23a7d714f57c5a7e4a7288f479 0.00 MB 1 0
972 972 00000000abe6f867ca73ca6bcf77fff97a214ad1be8d93c67648f34ac33b605d 0.00 MB 1 0
971 971 00000000aac7cc93d4935b998ef0e443670fa85fca631e0441595f9044873597 0.00 MB 1 0
970 970 00000000fd696b6e57923b8092ad44514cd32838469f365bee47dce3f3821570 0.00 MB 1 0
969 969 0000000069ed32a4d4ad130aa267687f78b25236c5efd1d54abf65a7ee1fa0c0 0.00 MB 1 0
968 968 000000000adc53330a168c3e3ba9bea0090735fc7048846d7c858d3777d2b575 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.36 GB sent, 98.59 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.