Memory Pool Memory Pool Refreshing

16,462 transactions
5.48 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,185 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (95,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,952 811,952 0000000000000000000216cfc449b93740650f20670a053a86c2ded8ed14c946 1.79 MB 1,834 3
811,951 811,951 00000000000000000004824a47c81d43466dc35d9e974a36e76e79024fa38c0d 1.24 MB 1,008 6
811,950 811,950 0000000000000000000265bb40cadeeaa8c299c538350deeb0bf64ad3b149529 1.19 MB 720 12
811,949 811,949 0000000000000000000020f1e18a4298d6dec99bddb55c3ef303f842a692b160 1.42 MB 1,271 14
811,948 811,948 000000000000000000045e09f9f0c5c78dc320f21efc9ed7078f61975c8f195c 1.24 MB 529 7
811,947 811,947 000000000000000000040bf1b648bcfc3145c95a197f97a24be3d5b7a8a4c1b2 1.20 MB 364 7
811,946 811,946 00000000000000000004cbaf09db1fe2765d964a759b2b13889bc367a1286314 1.26 MB 731 11
811,945 811,945 00000000000000000003eb013418a9e3f868c284e1e795179be1cb7eeba2628a 1.80 MB 901 7
811,944 811,944 00000000000000000000c6f0fc4abc85f9ce639e26c69fb410567cab115efa74 1.56 MB 977 9
811,943 811,943 00000000000000000002879a61c484afe0bdfed372c002c6c4c9cc170f9993fd 1.18 MB 1,151 13
811,942 811,942 00000000000000000002b1846c510d00124f37467625b84be86b28e7978ce1e6 1.55 MB 2,799 21
811,941 811,941 000000000000000000028118205cc4be12a6e34eb2b5b67545c2ad19b4295323 1.35 MB 1,729 15
811,940 811,940 00000000000000000003c42e62bceb7490bda86d22d1095e550652fe49b4cf9b 1.58 MB 2,328 16
811,939 811,939 000000000000000000040142b6997b9e8d96fd051d6f69d4b79ff0a5d9e8f4c2 1.48 MB 1,634 15
811,938 811,938 00000000000000000003a538ad517e9ceace9b022f5a4885dc47442165d8c8f8 1.59 MB 2,930 16
811,937 811,937 00000000000000000001ee6df8ac68d3547f706b16821cabf0ae518641175bb9 1.49 MB 3,061 29
811,936 811,936 0000000000000000000292b453069ee3b124b68257fb4b4dcfa07adfe4946c8a 1.32 MB 1,383 14
811,935 811,935 000000000000000000027771686a5ef1b46abd096f85f22509978b7248cbe19a 1.35 MB 1,708 17
811,934 811,934 0000000000000000000159dc61deefd205bff3c07d5b122d8908bd0fc0e04413 1.52 MB 2,308 19
811,933 811,933 00000000000000000003e36ca650efac93a623b0f283da5e6af0a395a9d2d1f4 1.19 MB 833 12
811,932 811,932 00000000000000000003b26cdcbcdb45535de6a7905a806030bda704c3963ca2 1.10 MB 454 8
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.60 GB sent, 93.00 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.