Memory Pool Memory Pool Refreshing

346 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 312 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (764,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,493 143,493 000000000000004835c8bb05f74438786a0be1452353f519acc5f95a0339ab00 0.08 MB 160 290
143,492 143,492 000000000000044d847d476813c0a2639df6b8a7dbd88b4c75afe39b0a8c93bf 0.03 MB 76 531
143,491 143,491 00000000000005f021980df98cef7ad38f92ab82f48b67d0d9cb149934c36663 0.00 MB 5 57
143,490 143,490 00000000000004bda372fc41d99906f59e0b37acd4e9b44edf7cc19ab203ad48 0.03 MB 67 83
143,489 143,489 00000000000009167b5e5e9bb7be7bcf36e8683c0a18743107db9c7cbcc92fb9 0.00 MB 9 1,638
143,488 143,488 000000000000054b4f2efa4d6763528a275f086aaae8afe3d05e2889092d0a2b 0.02 MB 47 133
143,487 143,487 000000000000068a9af736c086367a86abfd9b49272bcf3306f4c1d14c12c05a 0.03 MB 71 1,549
143,486 143,486 000000000000024c97b215ef973246bf4d0e026c9d5d4912c50f2b128c7a6910 0.01 MB 38 5
143,485 143,485 0000000000000778870d2f0fc5e51353bc11a2f12d62253ea4bc16f26a0f0992 0.05 MB 108 81
143,484 143,484 0000000000000606b9f1b82d29526b59024c9fe33a0760f932502e33b31149ae 0.05 MB 113 597
143,483 143,483 00000000000004b887e25482eea35ea8cdbf29508c830534f0621a9512b2c0a8 0.03 MB 49 128
143,482 143,482 00000000000004e39f7c16f6449d77b3d1b1ce98c9ca580dc803ea21d1b676ea 0.01 MB 37 184
143,481 143,481 00000000000005c344d0180fb638c07d2c1164bbc1d0545931538c82ed899954 0.04 MB 154 40
143,480 143,480 00000000000004883d2c51718712d32a031facb03bda557c27c75ca251d88d9d 0.01 MB 11 249
143,479 143,479 000000000000005ddec2d249a59c2193717f54db6028c7007a95e0e416813709 0.01 MB 17 330
143,478 143,478 000000000000052d372e6f9c71dd74e8dc4b9dc035e1f453f41479091ee24d0a 0.01 MB 39 80
143,477 143,477 000000000000068bfbb933e5dcf13f12ed7228577ddce6ab5dc58f561b4c8479 0.04 MB 60 108
143,476 143,476 000000000000058aab13fc554aadc5ebeed16538d05b9328d45589fbf03b516a 0.04 MB 77 66
143,475 143,475 0000000000000855af37f67ac55f9e09d463b50e930ff8841dd047cd82c27bf4 0.00 MB 13 744
143,474 143,474 00000000000007c85a4432ec5141f48586234fbb930221afd8315a6a80029d2d 0.01 MB 6 29
143,473 143,473 000000000000041eaa0f69875ad1ac6c1d910bbc8586bd1faa1ab44a12652592 0.04 MB 108 116
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.