Memory Pool Memory Pool Refreshing

14,124 transactions
4.49 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,227 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (23,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,149 884,149 000000000000000000002a457f88b4eca48b03b3e1b276a93a37484dfcce4e58 1.90 MB 3,011 3
884,148 884,148 0000000000000000000040b3e6ace426ae518b7bc9b2fcb68e2ade2ffc416194 1.53 MB 3,065 5
884,147 884,147 0000000000000000000038b5ebb2d045a587c672dd8163e2a2cc81e24aa9df68 1.61 MB 3,735 5
884,146 884,146 000000000000000000007f850809076d221008b7475f517df10aaaa88b94b435 2.11 MB 105 1
884,145 884,145 00000000000000000001f9e7b65f03786d55a36ca516bc3b190c000ada0a5858 1.79 MB 2,694 2
884,144 884,144 000000000000000000014d4743af2afb36e7d91f8dc345d89ee3b5c741ca8da7 2.01 MB 1,345 1
884,143 884,143 000000000000000000022f207a6d978a9b2f26935b88fb7f37ce029424ff8981 1.97 MB 1,008 2
884,142 884,142 00000000000000000001c0b278e0b6228b9fb7007ab7498b1d9f803f22235eeb 1.74 MB 2,849 3
884,141 884,141 0000000000000000000108db5f68c85b1ce849a0121024a4413d0466a82ebf64 2.04 MB 2,514 1
884,140 884,140 00000000000000000001e326636cc2b37de0f7814c28f92856561e2ffad7edca 1.87 MB 1,077 1
884,139 884,139 0000000000000000000240612cbe9d7f44a477e09032b5fbf8916450eae3f1a8 1.54 MB 3,155 2
884,138 884,138 000000000000000000024f12b9410f5244488c52bbf4b911ec018a6a24dfaaa0 1.99 MB 1,604 1
884,137 884,137 00000000000000000001a6ef55ab339ee26ff46f01c0a071eac5897d9ba5eb14 1.94 MB 1,465 1
884,136 884,136 00000000000000000002655d7b7a0c16ef677941a2a20ea466ca985f6702a6db 2.01 MB 1,046 1
884,135 884,135 00000000000000000001aa3597485d8646a1569ffb572609efbbf0f154486cf3 2.02 MB 1,964 1
884,134 884,134 000000000000000000022a7ee08fba5693e0615a28eef3f5059a0130ceaf8ee3 1.64 MB 2,622 4
884,133 884,133 00000000000000000000ecdd72ce7b46d422a3c61a18c2cf1ae0026b383ee9b0 1.84 MB 2,413 1
884,132 884,132 000000000000000000020bc4d8dc7eb2e0f2ae228db27866333f3c2d467a96bd 1.80 MB 4,264 2
884,131 884,131 0000000000000000000089920839882dd780222dc8dd498ef5ed8f63b36aff3b 1.84 MB 3,043 3
884,130 884,130 00000000000000000001efb5de626dccc4109fe56fd551c126a2f305b28b3da9 1.73 MB 2,504 4
884,129 884,129 000000000000000000004a45603784387fde6b0baba65851d68f0fe4c95ebd30 1.77 MB 2,349 3
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.