Memory Pool Memory Pool Refreshing

13,414 transactions
5.48 vMB
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
11 sats/vbyte 2
9 sats/vbyte 3
7 sats/vbyte 6
7 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
905,894 000000000000000000023aa60000000000000000000000000000000000000000 ago 1.00 vMB 3,604 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,893 (155,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,978 749,978 000000000000000000024d724fa5d4208e9a32b227a807592c5a244605234654 1.50 MB 2,898 10
749,977 749,977 00000000000000000003d3baa606319e00b2975ba46ae1134c663a7c83a76aea 1.66 MB 2,718 12
749,976 749,976 00000000000000000001bcb2d7fde9d641d04665e48a6a34e9ef8822084176c7 1.08 MB 729 11
749,975 749,975 00000000000000000009c5709cfb1b9dbf9ea0e22c4890cc32b0e29afee272f5 1.39 MB 2,512 18
749,974 749,974 00000000000000000001459915f5f3962a43763df1d8acc2677e3489d78435a0 1.62 MB 3,458 8
749,973 749,973 00000000000000000008e37bf4defcef5d66d1e248de9d71f722942053424fce 1.49 MB 3,101 22
749,972 749,972 0000000000000000000866cd7c176f5c97220c3fb7511db9634ea264c0f9eb16 1.47 MB 2,000 4
749,971 749,971 0000000000000000000201a6e430fc0a9764522a77ec15df1a4eba2ca5820761 1.33 MB 2,577 7
749,970 749,970 00000000000000000000dd01956040edcf45e90165bebd4603dd374df7d3c412 1.47 MB 2,871 19
749,969 749,969 0000000000000000000419f82123554e7f77fd2c054210a892c9e35faf5f84f8 1.31 MB 2,674 9
749,968 749,968 000000000000000000086a282c6404d5a7f6a269c47c3ed7ab6c39d0261c8713 1.34 MB 2,195 10
749,967 749,967 00000000000000000007e172e326a1519595b7e9509480c547f6bacb676fbe0a 1.44 MB 1,881 10
749,966 749,966 0000000000000000000965bc54ecf5ba5f769023bfb5202fbf526b6d377fd54a 1.28 MB 2,159 11
749,965 749,965 00000000000000000001f832c0a20ec586ee2c13dc32341cd299de4b70b9bfc7 1.22 MB 2,706 2
749,964 749,964 000000000000000000010887fdbbc731013853dde72c31110dc7130606df9474 1.45 MB 3,072 12
749,963 749,963 00000000000000000008fa25df347a144cb8b152cbb833fbb9fb38cd96a20a2f 1.09 MB 3,057 4
749,962 749,962 00000000000000000008c029ef4d01ebc5b77cd3e0f917a40a630776063c29a0 1.13 MB 3,049 5
749,961 749,961 0000000000000000000667586519ba3ed1a7261216c31c3cb567776690c49808 1.53 MB 1,360 8
749,960 749,960 00000000000000000008d41f3be7ef2f8179adbab7c1681010663b6272e2f541 1.43 MB 2,807 6
749,959 749,959 00000000000000000003c4c2efe124a3e099a4029b719f6dd6321fe56080cd4a 1.51 MB 1,659 12
749,958 749,958 000000000000000000001d6f45c296ae7ebc2133d87e96de7e4e388d04d26e07 1.48 MB 3,248 10
Previous 10 blocks ↓
Total Size: 765.74 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,365.36 GB sent, 76.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.