Memory Pool Memory Pool Refreshing

265 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 229 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (6,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,064 901,064 0000000000000000000070e7cb9467ff6cdd26e76b17e47d712146c2292dc34f 1.42 MB 2,743 3
901,063 901,063 000000000000000000002888dbe5890a1af46e5651bcc231a4dd857dea488117 1.39 MB 2,168 4
901,062 901,062 00000000000000000001967a65a225bf726fdb9b96f084b3e896ecccce69f7c8 1.34 MB 1,893 3
901,061 901,061 000000000000000000014a790f75e872bf0b99a0fd95d44db51a355635dccf05 1.97 MB 815 2
901,060 901,060 00000000000000000001c9fb94f57ac474d54a32dd483f462fccc14ee1bc2c21 1.72 MB 3,078 4
901,059 901,059 0000000000000000000095a3bc81075e55be71daef467c0a2150927776c6c68b 1.86 MB 2,398 3
901,058 901,058 0000000000000000000213fb3193808ad4d0a4ce7dc09210ff16b8755d8d1d39 2.09 MB 635 2
901,057 901,057 0000000000000000000134386b8c49de7271cf4e48003032273de81f42c062d6 1.93 MB 1,736 3
901,056 901,056 00000000000000000000032761235734ba89acb3798b19c542e1b05697a4f54c 1.59 MB 992 2
901,055 901,055 00000000000000000001b75315abd01e53e09a7705bfffb261e34cfc23e0cb93 1.67 MB 3,883 4
901,054 901,054 00000000000000000001f1b31998642cdc25d7e6d8282925928d853a40bf5278 1.55 MB 3,652 7
901,053 901,053 000000000000000000005bd84011a1f68d042d514bc679a8626d0adcd9bfcbc8 1.64 MB 3,571 3
901,052 901,052 0000000000000000000127bcb54d1dd20511c5fbae9a1c1cd817d0afe4242f41 1.60 MB 3,439 10
901,051 901,051 000000000000000000021e29ed399e23e1fa5a31929eae31acbd2cba6149e026 1.50 MB 2,785 4
901,050 901,050 00000000000000000000c5a7a4e160f7b9eafc2c6827e9ef62d1d741a7f528cc 1.21 MB 2,427 2
901,049 901,049 00000000000000000000fdd869780f223196e142f08bd65160561f76e7f420e1 1.61 MB 3,512 4
901,048 901,048 00000000000000000000ef87b9c1cacf8d3db6464ee2bc7d9b9eca4e8b54bae2 1.58 MB 2,583 5
901,047 901,047 00000000000000000000873b98bec69fe196a0bf0d3516ae17f2a07abe168f10 1.53 MB 2,442 2
901,046 901,046 0000000000000000000226bea8e8beb39277aac9578546a3188c505671af1a30 1.21 MB 1,143 2
901,045 901,045 000000000000000000018c58f4e923bedec3f9f227e3df3768d359d7b9f3d8c8 1.57 MB 4,189 5
901,044 901,044 000000000000000000001df1bb4f867ec5d469375a6ad4f82cb3da23174bf912 0.17 MB 372 3
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.