Memory Pool Memory Pool Refreshing

7,435 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (571,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,029 336,029 000000000000000012f68ad4385c992a33b64b0e1bfc172e51df66c0b89cafe3 0.24 MB 439 59
336,028 336,028 000000000000000019e022f945e8b5349c1c7ec197c88c9d9f6f4046bc8a92e4 0.43 MB 838 74
336,027 336,027 000000000000000015856cf0374d4d94dfca65ed650c99d73fac6e03ee9839ae 0.06 MB 128 27
336,026 336,026 00000000000000000f231232e667de27fdad7987b41161d9dca24fb3880c7a33 0.44 MB 717 45
336,025 336,025 0000000000000000132581df879ae6efa7df33e444f24cd3fedb187050b0bebb 0.09 MB 232 82
336,024 336,024 00000000000000001394eacda714887c51793ea285b3d449e691f17d1f01a2b2 0.58 MB 744 42
336,023 336,023 00000000000000000416c7cef885cc02c7f3403949bd1e3a8b34028b4ba0b809 0.12 MB 212 57
336,022 336,022 00000000000000000f0ec8ab6db7f2702e418bf03f04a4e5491e7150ed270497 0.15 MB 293 70
336,021 336,021 000000000000000010ba98eb9c11c16f0dd242e0de759a54af5211690a04e695 0.75 MB 1,518 75
336,020 336,020 000000000000000014a57f6f9c35ca518786ea7b2dbd2b7aaa2e877c0350f52a 0.50 MB 988 59
336,019 336,019 000000000000000010a8b3b495162bd03b73fb9fd1aa0329addffbd27b7b3d6f 0.13 MB 262 57
336,018 336,018 00000000000000000c9971e4ce8e576a82d7bcb93954a145d9529a30d2ea3aed 0.17 MB 343 54
336,017 336,017 000000000000000005ca0c9b55f41ed1b9ae107f0d48564ce53489384667171d 0.12 MB 235 40
336,016 336,016 000000000000000003b9e7eee9dcf5ed618d8c9398b097f142a7f383a96427f7 0.37 MB 696 45
336,015 336,015 00000000000000000f4879f3395beed8d587b89d037b19a1210216a8e67c4a7c 0.45 MB 855 65
336,014 336,014 0000000000000000065fd42516b725aef28b6566c4b9b506039fcadb2d422512 0.15 MB 261 62
336,013 336,013 00000000000000001b775559e0790b52322c1e344e57051f349bfa34f90e6f47 0.19 MB 378 41
336,012 336,012 00000000000000000a3acdb8e03fd26e451e51c1c4d80fec69ab3c9d402d2575 0.34 MB 547 48
336,011 336,011 000000000000000015922ab0f453e45561452f68f4640ea4fd7a48007f315fa9 0.04 MB 77 8
336,010 336,010 000000000000000017480021f293479c39652aacec3d27b400f24e5c2623c18c 0.33 MB 457 52
336,009 336,009 0000000000000000180f2d4c8c14dd7583494b1973b49d50d029f1792350790a 0.16 MB 319 70
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.01 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.