Memory Pool Memory Pool Refreshing

5,294 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (535,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
372,350 372,350 00000000000000001078566380660a075e41237f9ea4f98b336ac8c0b09edc92 0.25 MB 469 35
372,349 372,349 00000000000000001419e738ad97eee1cc08a156db19c269c2cf684c22a8b253 0.11 MB 217 47
372,348 372,348 000000000000000003e5214f04827dfb1b60a49f7253e9f59bb8903af64bea18 0.07 MB 162 26
372,347 372,347 000000000000000010bcbaf1e12eeed0b674d17b8e60705da5e057b4deb094a3 0.62 MB 1,043 30
372,346 372,346 00000000000000000cc988e4d88b7f5ea53673fb1d54461c1226a8ae8d1b38a9 0.00 MB 1 0
372,345 372,345 0000000000000000011fd5d34198d917f4f407424225581954e8b3ef3b22fd76 0.23 MB 436 26
372,344 372,344 00000000000000000ce91611a010d38d5eaa5a15fc70032d9581ecc60021f19f 0.67 MB 1,339 35
372,343 372,343 000000000000000006da395db34964c82c581a0af8d5995880d68eb1e13c00d8 0.65 MB 1,088 31
372,342 372,342 00000000000000000b88fbbdd21256eca39ffeb2d2ff6a91854a18e0b731278d 0.20 MB 393 30
372,341 372,341 00000000000000000713c59e8c8cb6b9c9072d2c066ab7d9f483cb790343d81a 0.07 MB 160 33
372,340 372,340 00000000000000001363f2ad656cced0a0609fb871d155e9b332482e4bcd0abd 0.11 MB 146 7
372,339 372,339 0000000000000000079cbd7132925fc1e4e861b1f6975773f46b9e90de36cabb 0.51 MB 1,017 38
372,338 372,338 00000000000000000119af5bcae2926df54ae262e9071a94a99c913cc217cc72 0.82 MB 1,613 34
372,337 372,337 0000000000000000035840f1d9f8a5f05c189c95bcf08163fe480ef0b71d09db 0.47 MB 844 34
372,336 372,336 00000000000000001182fca68f0a730e027ad1451f7756e055fcc45afd0b2827 0.63 MB 1,274 39
372,335 372,335 0000000000000000025821ac18ea96d1f1db24ecfebcab073f4eae290c5a12ce 0.27 MB 343 23
372,334 372,334 00000000000000000b955d2191c082b0af86ebda0a858ddb4df681d7726162f4 0.26 MB 444 31
372,333 372,333 00000000000000001133b423f4273fc22ada58ef2e22a6bcc55d66571ebf4baf 0.00 MB 2 0
372,332 372,332 00000000000000001052e600f5d5962322a8be043f3f984782b9dd8eb09f51a4 0.43 MB 739 32
372,331 372,331 00000000000000000bbdcedb14f62247d098a568bca617896b457ce52efaaf45 0.51 MB 954 37
372,330 372,330 0000000000000000047474d9fbc1f82f77d391910838b7b4f0286d22495c94a9 0.70 MB 1,354 33
Previous 10 blocks ↓
Total Size: 769.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,634.59 GB sent, 94.02 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.