Memory Pool Memory Pool Refreshing

4,579 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,588 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (752,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,218 155,218 000000000000096dfa13110961b6d27c9ceb20218552ef2fd70e9e774c6dc7ff 0.05 MB 149 20
155,217 155,217 000000000000006f181e73e1c2c0d46c6fe427f3f40395c8c6442b355414ea82 0.00 MB 1 0
155,216 155,216 0000000000000396968fd7e9ae56ce831c1c8b28876787324a24a1562339530e 0.02 MB 42 74
155,215 155,215 00000000000002b8b16ba0ff14a74ac902115b8b9d6ddf66c88ad5ff73ae44ba 0.02 MB 57 57
155,214 155,214 00000000000007f2db5aff2aeddfa3c4833ba895e9e13cf37c7b0259998db114 0.05 MB 124 121
155,213 155,213 000000000000000751367039797218fd1de49641c3e85204e3d83fcfbbced91f 0.05 MB 58 104
155,212 155,212 000000000000060c18001a753aeff080bada73d4fc6a3e8435a4aace5ed3f8c2 0.05 MB 112 164
155,211 155,211 000000000000087444f5f813d2a16257eb2d76865a5ec2a8e4e0b17cb3691466 0.00 MB 20 0
155,210 155,210 0000000000000036ed09d9fc98a9982e825867b517abf7446ad9fa18c7634821 0.03 MB 72 126
155,209 155,209 0000000000000c10ca3c91e1bf64f0c2ff2cb7b512e78455cdff96568b159402 0.03 MB 42 81
155,208 155,208 0000000000000b40673e21491fab5209c3ae775957d50d45bd41b7933fb6da2c 0.01 MB 6 6
155,207 155,207 0000000000000dd405a9020b75c085c6cbe090a63e8d100334bf80fe5d02f30b 0.04 MB 86 103
155,206 155,206 00000000000005582eddac0a9aa0f73386fd29469c5ebe25a4de462022a98f73 0.00 MB 15 275
155,205 155,205 0000000000000dcf976734e653596e9f7866b9896e58a041138acab6c1acdd66 0.01 MB 28 80
155,204 155,204 00000000000002581bb66a3c450966f54e7ad6ac9c35f99d23eaa3a245212a02 0.01 MB 28 5
155,203 155,203 00000000000001c9de8fe86696419b9e6151470f1f0ace476142e6201dfa1600 0.01 MB 27 235
155,202 155,202 0000000000000830c1b891b86830d65e0da11e03ee45a9347d3ba02a96dc84ec 0.01 MB 28 4
155,201 155,201 00000000000002f7499bca4d0a154d27458107dcce1a6bc6cecc3c36d950b64d 0.04 MB 86 72
155,200 155,200 0000000000000b8cbbf3c986e6622a905e84cda12ef9210b88805b2fd385de44 0.00 MB 13 222
155,199 155,199 00000000000008491827a0a90d8655f2ea63b6d8c265a1740eded495e2dfae71 0.00 MB 11 13
155,198 155,198 0000000000000b2589810fe60c7a31f547ad6c2b111d720ce7946d766e28683d 0.01 MB 14 154
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.