Memory Pool Memory Pool Refreshing

3,851 transactions
1.39 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (286,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
621,539 621,539 0000000000000000000abe733cca6ac1656f68a72e4f518667ae6daf8c320802 1.36 MB 2,779 81
621,538 621,538 0000000000000000000516151409e0501c1096c8d3f12ac4a6ad9719f66ac61f 1.29 MB 2,346 86
621,537 621,537 000000000000000000014c1c4f6e71d67229af76bd90b4184ccc0d4bfc2148f9 1.23 MB 3,007 59
621,536 621,536 00000000000000000002e240cc439b32dd708d0911cd91993351901227a4d791 1.24 MB 2,845 65
621,535 621,535 00000000000000000002d95a947c56c35a7f4301c64a11d8a49b03c39b9da83f 1.11 MB 2,432 46
621,534 621,534 000000000000000000022969c4c4ac2fef8a0436fbcbc5571ebbe60c93d948c6 1.17 MB 2,369 54
621,533 621,533 00000000000000000005e9752ea076c1952f5b4247f2a61e7f89e42452043c8e 1.18 MB 2,735 55
621,532 621,532 0000000000000000000c8c56c3b08caa284d3449f9e7678d9da155eb601d6352 1.32 MB 2,965 71
621,531 621,531 000000000000000000013c02177ea62ca4f7d65f8acb8bae65b99059d5c7404d 1.46 MB 2,836 88
621,530 621,530 000000000000000000056eb381391145afecb3429b83af4097ca503bd1346aff 1.29 MB 3,003 80
621,529 621,529 00000000000000000001471e866fe6cd4b3f53d428adb7ab4a1c9b74258f8c77 1.24 MB 1,923 80
621,528 621,528 000000000000000000048a57b037f1d83b142bd1cbbef4578b33dbb919771cd5 1.08 MB 2,144 56
621,527 621,527 000000000000000000108e6f95f0d77f96bed65e581383dedbc3f513b1d7b8c5 1.11 MB 2,993 57
621,526 621,526 00000000000000000004e74e689bb82fc5dff95c50cb70d851482205cdc54a98 1.17 MB 2,024 76
621,525 621,525 0000000000000000000ef1d3eb92ef8ff22598b0cf3b001728ae3c7bc583953d 1.22 MB 2,018 70
621,524 621,524 00000000000000000000eb8496b6eedb894919b216de58a7d7bbbbb67a3d1dfe 1.14 MB 1,884 64
621,523 621,523 0000000000000000000df7149bb9d1608ed5f177b27a5fdb42bc7c332239c449 1.41 MB 2,809 76
621,522 621,522 000000000000000000045eab7846e5cf400cf0f83355da61acae2d63448651dd 1.40 MB 2,396 97
621,521 621,521 000000000000000000089d07319296fc42848a8f648b696120f35ebbefc54aa2 1.03 MB 792 61
621,520 621,520 00000000000000000008acb05c19fce225d0586784dbfbef651d75959c79b99b 1.06 MB 1,101 64
621,519 621,519 000000000000000000059e9f8320763196ce5f75aa1b3950049f2e60cbb5c6cb 1.04 MB 1,138 62
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.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.