Memory Pool Memory Pool Refreshing

10,616 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
908,127 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,820 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,126 (166,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,804 741,804 000000000000000000000fe1efb4965135bb295f2afb2bdb4bffbc95a90efbea 0.35 MB 472 13
741,803 741,803 00000000000000000000ab0fbfc0abfb418d20448a44f8f21bca83b32394b44a 0.72 MB 732 5
741,802 741,802 000000000000000000059696a288017c9b13e767a1acd5957bf6797eae50233d 1.69 MB 1,476 7
741,801 741,801 00000000000000000004a94bb3bb43317ff3f148709c19342b9f44c469b33be2 1.44 MB 2,641 22
741,800 741,800 00000000000000000008795c9a824bff5c7b415cc5be8a7c613faa1c06b9e659 0.20 MB 203 11
741,799 741,799 00000000000000000009413d48bf04a7603ebb3301e381552eb52b35c61af0fa 0.46 MB 774 14
741,798 741,798 00000000000000000002a078b2af678f232af0d4df3fde067b7e091ba652a624 0.64 MB 990 13
741,797 741,797 000000000000000000064495f7379b31350ebb7bd7da6b5b65752dd8eccc0b1a 0.46 MB 777 13
741,796 741,796 0000000000000000000450aa80d55079c1992e7f314886e11b850266d82d234f 0.45 MB 302 7
741,795 741,795 00000000000000000003d8a068ce341def7308d0562e0c86231687fa5e0c9a96 1.65 MB 2,023 11
741,794 741,794 0000000000000000000299b303c874068018e78fec2008d369e80df9e9b4d4fc 0.58 MB 303 13
741,793 741,793 000000000000000000046700de40a326ee05a558ea93f7bbb880d50d7d9f5b41 1.23 MB 2,298 14
741,792 741,792 00000000000000000000dcb0eef6ec05fc59cda98d36902e2dc5e2c855d91fd6 0.47 MB 623 12
741,791 741,791 0000000000000000000802e05fc4f24eece0a8f7cd1960dff663618e7e8fa142 0.37 MB 381 7
741,790 741,790 000000000000000000032e76f319625f55bb9c8743a7f5ba184b60a84bfaa916 1.78 MB 1,503 2
741,789 741,789 00000000000000000001e2e6b42ba18b08c02fc0e798f14ebaef0f9e8a3111fe 1.54 MB 2,637 9
741,788 741,788 0000000000000000000735fd2514436a3265f978eedbcdca4350e80af7453e12 1.47 MB 2,019 14
741,787 741,787 00000000000000000001bdefd7f46f1f407618bc8461f3d658405695c11b6c38 1.40 MB 3,223 17
741,786 741,786 0000000000000000000377f1dca8f9d457d28950b1f13dcb7f9ecdf4bde2ce2b 1.38 MB 3,054 23
741,785 741,785 00000000000000000002c5aa687051dde6200e6e3fc915fdb0efdd55d2e7ad9f 1.36 MB 2,429 33
741,784 741,784 000000000000000000053d88643288dac12795c4dab6343316544150e42b6303 0.69 MB 831 3
Previous 10 blocks ↓
Total Size: 769.78 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,680.12 GB sent, 96.84 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.