Memory Pool Memory Pool Refreshing

14,143 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (82,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,811 824,811 000000000000000000008f2f2004f2856acbd11ae58253fb7e214e0999229f15 1.84 MB 2,559 43
824,810 824,810 0000000000000000000296a0190104e775f43d2b626e4c68f77e2db4ce697ea8 1.68 MB 2,583 44
824,809 824,809 000000000000000000039c330f19d8eac88eee3d15ef010b0d16f5605702a18b 1.64 MB 2,965 75
824,808 824,808 000000000000000000023d359e5a2447d8515aaea6ea739b222e6daad0a68763 1.75 MB 2,790 100
824,807 824,807 00000000000000000000bf8bb9ddf9974b652cdeab336e2b22a53c153eb46687 1.94 MB 2,210 89
824,806 824,806 000000000000000000010be191940390c6cc73ebc6b2e8226883a1e3fef7623c 1.75 MB 2,362 121
824,805 824,805 00000000000000000003c7cec7c9c1b73760a92d83112b50538a7d36e027033d 2.34 MB 1,594 121
824,804 824,804 00000000000000000000e9207dec5aaba680a5d93ba8a73f2f794e1956f5c376 2.20 MB 1,491 151
824,803 824,803 000000000000000000002ce991cef9f81478f5dd45820df63c9f90cb42e80443 1.71 MB 3,896 88
824,802 824,802 00000000000000000003be23162bead8a39c338bb4866145ad81ba24b56691d2 1.94 MB 445 35
824,801 824,801 00000000000000000002c93c41e0ee219a481a6e4f8d0562e47cc1c2c959e432 1.94 MB 2,819 51
824,800 824,800 00000000000000000001cf0d01f0863f88fd04e4286e595b212ee542ea5cf573 2.25 MB 2,777 44
824,799 824,799 00000000000000000002d997e263922d31147d87eae497117237f68fd1261370 2.03 MB 2,789 41
824,798 824,798 000000000000000000008fa0238f5e117dbf3443dbdd3129446880413d605168 1.89 MB 3,192 54
824,797 824,797 000000000000000000036f5266eaf049cd8b965f459fb2149d5fd29ee0e5f345 1.74 MB 3,056 44
824,796 824,796 000000000000000000013cee378004047574aaa571a143427dcefafe6ad7ebf4 1.79 MB 3,074 70
824,795 824,795 0000000000000000000200f30f7deafd9913414f5be8441fdcd40fe5dcf42786 1.62 MB 3,244 88
824,794 824,794 00000000000000000002f39abbb769e5c61f8ea306372d8403c5bdcdc67a3072 1.80 MB 2,961 60
824,793 824,793 000000000000000000018787f29ff6dd83a20ebee1277a163dda1d7026c7bbb9 1.68 MB 2,913 70
824,792 824,792 00000000000000000001b3240c99c62c2e6effc749240aa7fdc7f02c250fa3d5 1.75 MB 2,127 39
824,791 824,791 0000000000000000000285841a02f0a9de3adb288708cad7df957b88642c8c75 2.30 MB 2,408 48
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, 114 incoming
  • Data Transfer: 1,622.95 GB sent, 92.96 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.