Memory Pool Memory Pool Refreshing

617 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,786 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 606 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,785 (65,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,854 841,854 00000000000000000002f2e38e2af4d079f55458cf9d9693f409fac15c0d7ec4 1.68 MB 2,699 19
841,853 841,853 00000000000000000002d3de319a5acd62c208054259e6bea9bee49fcf3d5cf5 1.66 MB 4,518 15
841,852 841,852 0000000000000000000283acaac2f7728b9a8d27dfd2fad0d23471168b24bb5d 1.57 MB 2,376 21
841,851 841,851 00000000000000000002a82373bae93ad36f613817188f474c53068dbd1e1e13 1.89 MB 4,599 16
841,850 841,850 00000000000000000001b5112a7c22656b11800d9ffebc9d174c0c8bbdd2af6e 1.73 MB 5,100 16
841,849 841,849 00000000000000000002b244b27314a6b3adee75aae1968af5e86e04e7d112d5 1.62 MB 2,737 25
841,848 841,848 0000000000000000000257159748b7b026116c2f0d16064b2c05163936d41dfa 1.85 MB 3,260 15
841,847 841,847 000000000000000000022f4f1af6a881390eac815624c2897e11c04ebc75412e 1.73 MB 4,425 15
841,846 841,846 00000000000000000000163efdbf433f22fc0b3d77ab3595e32017a37dc4ea6d 1.77 MB 4,790 17
841,845 841,845 000000000000000000016c6b0b224eed129bba2e8bc492e9c4347fb1a708e9d6 2.14 MB 2,891 15
841,844 841,844 00000000000000000001f03c47c774c20c7d7f69f74cbf80a0ea0efacde6dc19 1.69 MB 5,452 16
841,843 841,843 000000000000000000028964199cea62d48e0bf344cb8819971ab6b68e572e1d 1.51 MB 5,742 19
841,842 841,842 000000000000000000020ef9c0fcddb2f3c1d5097ce26efacf8fec82f4300bab 1.68 MB 5,081 19
841,841 841,841 0000000000000000000224eeb2378af3e16287544427392b57625abab0601511 1.58 MB 5,453 21
841,840 841,840 00000000000000000000af361df7010c020c6b321fbfbb8179b6a6919f5b4359 1.84 MB 753 16
841,839 841,839 0000000000000000000295cfba56f9363e992a16c59761f6bf70c27eb772810d 1.64 MB 4,830 18
841,838 841,838 000000000000000000019325ce96555f36e15e3864dcfeec128b073ab130bed7 1.72 MB 4,808 19
841,837 841,837 00000000000000000002ba05985966809eaa741e249f44870c48a37369e0c881 1.49 MB 5,974 15
841,836 841,836 000000000000000000009dd8f0793d47d94d4e62ae6f15e8768a95bf4a3f7dd0 1.54 MB 3,476 28
841,835 841,835 0000000000000000000044ebf82ff0767ad737af046ef63e745876ff5a75ad8d 1.44 MB 3,680 22
841,834 841,834 00000000000000000001552b05286f29626d3b72687d468067cb986cf71f671b 1.63 MB 4,564 23
Previous 10 blocks ↓
Total Size: 769.14 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,631.83 GB sent, 93.58 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.