Memory Pool Memory Pool Refreshing

5,777 transactions
3.49 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,714 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (719,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,067 188,067 00000000000003a2cd46f31a0a838f1dae8f458030413a366c6a23659ea8bc4e 0.00 MB 19 71
188,066 188,066 000000000000065ce64836132d466dd1f159e915d06375bfe5cec5fa5ff4b8a2 0.03 MB 81 69
188,065 188,065 0000000000000677df49cb89a8372f3f281622be080d50bbc3ade7e4f28b81fc 0.25 MB 549 125
188,064 188,064 00000000000005e4cc27609ea96a6b991135dc890e12c608bf3c4c0a13c33a4f 0.05 MB 116 126
188,063 188,063 000000000000039200446ffa25347ed1729aabefd21531f046b7c4645ed7aa41 0.00 MB 9 95
188,062 188,062 0000000000000348674a429dacab65e9e4bbd3499a1f63f3db990fcf35766dce 0.12 MB 230 209
188,061 188,061 000000000000011ede51210cc7a5e9b38b3cae9d01b2c46ead0207d11539f8c5 0.01 MB 35 198
188,060 188,060 000000000000082e100a56b7915790f781d52c349fc2c79c1ecfe1cf861f9059 0.01 MB 23 69
188,059 188,059 000000000000011e411f1799f6babcc36d17d8dbb2c92d4115f35a644309ac8a 0.06 MB 103 83
188,058 188,058 000000000000036222a63850490996f110212cd2e8481b4117c2b0011bf1a5b1 0.02 MB 70 59
188,057 188,057 000000000000003b9d0835c8fc22315816b0807fa058caea7f25bd75619fe689 0.01 MB 24 234
188,056 188,056 000000000000019277d25e293853f967fe15c9fb7f99fc6bdacebd0d19b19414 0.20 MB 419 128
188,055 188,055 00000000000004536121c1f9b4d83189a55d6cc109b47913d257061dc913d81d 0.00 MB 4 18
188,054 188,054 000000000000062caf680b81ae5bef847712a226b6f8e255bcb0267d2f56a2f6 0.05 MB 135 87
188,053 188,053 00000000000006d00e60773564f59587834b7b7ae2b7d7511f848944220e4a0d 0.02 MB 71 1,266
188,052 188,052 0000000000000550499a4bf269eb03dd3ef6429e11415fbc9e84a94b617f2c3a 0.01 MB 32 333
188,051 188,051 00000000000005bd56b86c41e196e3fbee5d0a1277668a22f5779e3e34c0794f 0.08 MB 105 89
188,050 188,050 000000000000049705e47a7922707cc64e36a9291dc70e59ce86baf3beb8397a 0.01 MB 29 51
188,049 188,049 00000000000004b784648181a176187ddcf8481b9ad6a883f3255f905edaba9e 0.05 MB 119 88
188,048 188,048 000000000000071d7fa2246982fdd88a2a67eaccfc5ca16abda2edc280d4779e 0.00 MB 5 0
188,047 188,047 000000000000097067f4482ce2efa903feb6c15465fa126427782bbc05c7883d 0.05 MB 109 314
Previous 10 blocks ↓
Total Size: 769.03 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,625.83 GB sent, 93.05 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.