Memory Pool Memory Pool Refreshing

26,166 transactions
7.89 vMB
Show Random Selection Loading Transactions
Max Size: 49/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
881,583 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 3,983 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,582 (381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,201 881,201 000000000000000000024f31917d3a33a2a80aca2aeec6edef901895baa81867 1.72 MB 1,715 2
881,200 881,200 0000000000000000000169b8ad978a3a071a780a47d95865c1cc67b40877b94e 1.66 MB 2,080 5
881,199 881,199 00000000000000000001a48b072a764b5140fc440d64d5983baf05ee04369ac6 1.58 MB 3,223 4
881,198 881,198 000000000000000000022f7fa65c1d4704c76c843ce50183add7f27a65267781 1.77 MB 1,782 3
881,197 881,197 00000000000000000000087afb21e193e574abba124deeeaf6c3ef163757c288 2.08 MB 409 1
881,196 881,196 000000000000000000028ba6f977265daa7f1e7e2c65e7a38289ffe738e5b9bf 1.00 MB 1,060 2
881,195 881,195 000000000000000000011bbf9f04b8d0344f2c198df6e7e1dd240af299bfd149 1.75 MB 3,114 4
881,194 881,194 000000000000000000005ad8ff2646e7faeea33f5c1efabbaa02f35f5702625d 1.75 MB 2,850 5
881,193 881,193 00000000000000000001e27c43d3af843f1ca945f1390b8185b9b3c88125869b 1.63 MB 3,871 5
881,192 881,192 000000000000000000005d87a90bd87877f84506e076da31a687294a510920df 1.97 MB 2,514 3
881,191 881,191 000000000000000000023ef8749e05cd94045f3f34ff6b4ed6873d579988e0ac 1.98 MB 2,231 1
881,190 881,190 0000000000000000000262c97a4a9ab43618a385509e44a684ebff215cfc1d67 1.24 MB 2,482 4
881,189 881,189 0000000000000000000072d47fc3113eb20c5ea500d232459531994f354a4b48 1.68 MB 1,867 2
881,188 881,188 00000000000000000000bf2b785904ad25e691211022373a10f8b39c4d5f84b3 3.56 MB 337 1
881,187 881,187 00000000000000000000df46af6797bd8d6c7e2062957a521f6c9d64718ad913 0.13 MB 172 4
881,186 881,186 00000000000000000001275aa49b0a545c4eb7dee1c92babca6da35d22c7ceba 2.21 MB 845 2
881,185 881,185 000000000000000000006cbbd1a203f6cc71f2723ed30d918ab1a9947725da44 1.69 MB 2,637 2
881,184 881,184 000000000000000000000201fafbcc0dd9163e6fb8606b7627edc4c3e063eced 1.64 MB 3,841 6
881,183 881,183 000000000000000000023de11fd18e7917b91d79d74abb6382dea172e3d47ead 2.06 MB 579 1
881,182 881,182 00000000000000000001381bdc2bb40f0a4ec81efc010bef6856ce6235d7bebd 0.16 MB 273 3
881,181 881,181 000000000000000000004b3a0c206fd6158ea45bd4fbb5e48a58665925c1c51e 2.04 MB 473 1
Previous 10 blocks ↓
Total Size: 721.56 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: 2,011.44 GB sent, 71.47 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.