Memory Pool Memory Pool Refreshing

2,371 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,362 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (23,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
884,128 884,128 00000000000000000000e71c1e0749fb7e7fb117861d04bb222a8c5cdc10a0fa 1.99 MB 3,790 3
884,127 884,127 00000000000000000001e87208058ea9a66d6bcc4cd3485f271cf85f66fb4071 1.53 MB 3,077 5
884,126 884,126 0000000000000000000082642a4cb053f6f1550b6eae6e0d74b5176ec9eaec57 1.10 MB 2,841 2
884,125 884,125 00000000000000000001589f5853c7e791b7aee0af5fbbee14d50f5c55bade50 1.69 MB 2,230 1
884,124 884,124 000000000000000000023eecd0921ebbc585ca88c0c4ca7913f7b63c2f93c7fb 1.70 MB 2,858 4
Previous 10 blocks ↓
Total Size: 769.14 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,632.00 GB sent, 93.60 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.