Memory Pool Memory Pool Refreshing

2,843 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (758,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,285 149,285 0000000000000422465225f883cd69bfe07a0464053380a3ea134a3406e831cc 0.01 MB 19 62
149,284 149,284 0000000000000784252259db25c845e915b766cab721bf43ee802c37afac2b9b 0.03 MB 63 95
149,283 149,283 0000000000000758d99422eea9fc629d33af4dc677b945ff8428f6a6edda2fd9 0.01 MB 41 373
149,282 149,282 00000000000000abd1c61e066dbc765911949b70b14df52a786777d8c3f8a229 0.00 MB 6 365
149,281 149,281 00000000000005bf2e24524686014d98b8698a630ad645b66b2c13cb8a42ce08 0.04 MB 100 320
149,280 149,280 0000000000000133e4a7a0b81ebec34ef1d08aaf3bd112da7da57d12ab6e3f56 0.05 MB 174 28
149,279 149,279 00000000000001b4d7dab8171a22a1ea8f5777436105f31851594a2d4703f2cb 0.02 MB 42 387
149,278 149,278 00000000000005fd17371cf6ab37c9b2f2fd078c65eacdb05fdc64dbd5a33fa8 0.03 MB 51 149
149,277 149,277 000000000000031f8e2dee258b1fc605651d63d2f8ad1c128760ae72113d01cc 0.02 MB 18 99
149,276 149,276 00000000000005c3a8b0e777e8b768cc444edf159355549a8e2b6e633ab98a1d 0.00 MB 5 31
149,275 149,275 00000000000001bc7588b2ae50a763cffaf2617893424a62d705f91bec3858c4 0.00 MB 2 0
149,274 149,274 00000000000005b698e1eb95d5be5ced480c8c64f991abdf4e1fea830be8939f 0.04 MB 168 43
149,273 149,273 0000000000000801fb20880298d1b61550f5a4264022abab38c44e74f735f7b8 0.01 MB 20 76
149,272 149,272 0000000000000681abe0b7f17ca72b24beed19d6e281aabf41114beffba4ce92 0.03 MB 63 217
149,271 149,271 0000000000000339856c7da49947f03cba52bb14c124207a11f6ff551e3691d0 0.04 MB 70 239
149,270 149,270 000000000000055f7306bfc9f84e8f74c1802340f2d21cb2e46ff914a2c22fd2 0.01 MB 27 348
149,269 149,269 000000000000026d803cf61290547a4e1de3bc5b3d2ee1eb3381ff5d82c7ed31 0.02 MB 57 240
149,268 149,268 000000000000010a6632cfe3d397ee938e3e0c3f066de93be46562f2dc7897ad 0.02 MB 41 92
149,267 149,267 0000000000000b0c23e97285bbc3b81251f4a6dd69416419a913ce0da137d59a 0.06 MB 95 98
149,266 149,266 00000000000006e1f18db45050b78af829e2b3e2bbd0667d6714e8035991a18c 0.02 MB 52 21
149,265 149,265 000000000000041de3a77b910fb74a6674ffe5cab3123d7ee99b471b131ca883 0.00 MB 8 456
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.