Memory Pool Memory Pool Refreshing

9,381 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,848 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (595,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,790 311,790 00000000000000003c47d17212dae4ad28ab1b29f941a682500e700750fec00a 0.22 MB 294 21
311,789 311,789 0000000000000000116b61da6c6f1728f39856c3c6ea1d1ebb2567a2b8b0ae91 0.06 MB 113 25
311,788 311,788 000000000000000032e5242d006a7a4aac98988590504f9e10135e5a15a73e6a 0.01 MB 26 21
311,787 311,787 00000000000000001b3461e80f1ef6af8a4affaac346fa2f773337ec8a0fda4f 0.13 MB 158 20
311,786 311,786 0000000000000000320643b11e0113d876d7f88d97f0b181833c829e314c81df 0.07 MB 117 27
311,785 311,785 000000000000000006269a0143a3451d4d29a332844ad65d90c29ea343f254fa 0.11 MB 220 29
311,784 311,784 000000000000000002eb271b0516d910c7b3aad7a0bfd7d90216a304163c6d44 0.20 MB 354 32
311,783 311,783 00000000000000000f44eb07d2cd5a7d9e89020736e7f19955ae9870565efb2d 0.17 MB 176 33
311,782 311,782 00000000000000003b6185ad17a88948ed7f44ead85d194f66c26753ae07498f 0.28 MB 456 25
311,781 311,781 00000000000000001bd7f5a0b6018c1cabb10e4d099e3531000a2e3dd81e13cc 0.30 MB 330 21
311,780 311,780 0000000000000000108b0e8f8c8cd78c0c477c586cb26a65f932557597e9eccc 0.01 MB 43 21
311,779 311,779 00000000000000000f2e9e1b42bf80e2fc55daf874f2dc5332ded4c949f375b6 0.28 MB 466 31
311,778 311,778 00000000000000001d10ba99f344b3afe385b4c0652792e90e17d644d83d5644 0.01 MB 28 32
311,777 311,777 0000000000000000216b4d9fbae599874881a9164fd254fd6427e49d386b2768 0.12 MB 229 38
311,776 311,776 00000000000000001ea14a6e3ba657bd54459f22b94b6e30bad83d5fd967e418 0.07 MB 123 28
311,775 311,775 000000000000000013e1a11299dd3f00cb10e374ef64298bf8e3ffbd8cb20cfe 0.10 MB 135 20
311,774 311,774 00000000000000000af2c8dd73095d39399c0368eb7768dd5a2f54b1b7c04153 0.33 MB 223 16
311,773 311,773 00000000000000003632d8eae664c1654c69f69267147b6d4edcaa3c6374b20c 0.11 MB 256 36
311,772 311,772 00000000000000000a083302f6c28cb55e881743dfecba6b9c917e2a6b2e1f14 0.14 MB 272 51
311,771 311,771 000000000000000018f03765c7c879ee2e1b1b4973fda5c7816f8eafc96a0ee0 0.19 MB 286 25
311,770 311,770 00000000000000002840c4f9ed94336dba72ffc976acb939918a34e120fbac3f 0.20 MB 269 24
Previous 10 blocks ↓
Total Size: 768.98 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,616.48 GB sent, 92.72 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.