Memory Pool Memory Pool Refreshing

11,532 transactions
3.32 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,114 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (130,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
777,135 777,135 00000000000000000006dce7f099993c480671dbf5b351eb228fbeca4e193e1f 1.98 MB 913 5
777,134 777,134 000000000000000000068ebf99170e8a1b507cd034e58b07f997f029097117eb 2.19 MB 2,194 12
777,133 777,133 000000000000000000072f9e0beb57a90eac990132f8e2bf0ad76dbba13ca810 1.88 MB 138 1
777,132 777,132 0000000000000000000292ed0729de3e4b622196118016bd5e999f2f2ed5d7d8 1.95 MB 796 4
777,131 777,131 00000000000000000000bd9b57ac7bc8447b14c4edf2e73913f8d0e88ef58422 1.92 MB 496 3
777,130 777,130 00000000000000000000ca6a32a1546f28285dbb8310a5bc36f89beb61e2b4c6 1.75 MB 1,228 5
777,129 777,129 00000000000000000005897f443efaffff5cb05e695e93e4dc3bebec9fe7d815 2.06 MB 479 3
777,128 777,128 00000000000000000004d76fc54182612c8a1fb8e8f4852618bcbd255fadec50 2.03 MB 2,239 10
777,127 777,127 00000000000000000002d02c5e69179d22a224099d476751d2db8138e49b369c 1.43 MB 2,904 24
777,126 777,126 00000000000000000002dfccf4cbb3536ee4377779c39aa08d5963f4717fa45f 1.75 MB 397 5
777,125 777,125 00000000000000000000db7f0343fd03c5fd1f5c2332b18be09e1aa24b40fc37 1.86 MB 741 8
777,124 777,124 00000000000000000000f40f6b831c65b9e1b4e2f51e337a286ca3fc4ac887b1 2.24 MB 578 5
777,123 777,123 000000000000000000058b090bf3952b7dd24c8ccc3303586c3856ad9b293d0f 1.70 MB 1,081 8
777,122 777,122 00000000000000000006f512f1f7618b21d34dc65c7e1d6acf85333220ca26d7 1.34 MB 1,855 24
777,121 777,121 000000000000000000001426eba4176d463bfd94f520822aead00f1980b45970 2.01 MB 1,022 5
777,120 777,120 0000000000000000000728bc9984260ec0c60711861a10a87a7621b7233a8196 2.23 MB 722 4
777,119 777,119 00000000000000000005aada1e6e726c6536349a6b379dd1a6b11f1f79dd53d0 2.28 MB 2,490 14
777,118 777,118 0000000000000000000128aa6c73f36fb13916bd4b5e65e3af6602a44c4752d6 2.67 MB 464 2
777,117 777,117 0000000000000000000120d44b7dbbabaf67ef833ef8bf789649d0de5029a7bc 2.42 MB 2,429 15
777,116 777,116 0000000000000000000121a213808bc3e5863bca6512e08ec6717f3aff8b947a 2.83 MB 1,695 10
777,115 777,115 000000000000000000046063a3aef513ece9dc5dddbb92f5645639ba9ddfdfe9 2.63 MB 1,774 11
Previous 10 blocks ↓
Total Size: 769.24 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.03 GB sent, 94.13 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.