Memory Pool Memory Pool Refreshing

13,771 transactions
4.36 vMB
Show Random Selection Loading Transactions
Max Size: 26/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,593 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (616,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,029 291,029 000000000000000035889b6c9350909c4844835bc145a7e3a3e233166575c15b 0.01 MB 16 66
291,028 291,028 0000000000000000a29b7f0fd2336cf66dad0fc33f0496abce1f21f13caf76cc 0.04 MB 128 40
291,027 291,027 0000000000000000fc41b023e248c8cf772e30af0b1508f08f2661526fba7b83 0.28 MB 690 41
291,026 291,026 000000000000000041ad19c79de8aeb9f011eac340c21ec401b3ca25e4df62a5 0.03 MB 56 9
291,025 291,025 00000000000000008224744be6e3e0f5748e37357fbfd34914437862ddf6b26e 0.16 MB 365 35
291,024 291,024 0000000000000000191401c717cf5f9f9fbdd4987df6151742190e9bb7276dfb 0.34 MB 438 20
291,023 291,023 00000000000000005fae1aee762e3a8507b6b2d2ed9ddde1244b90987e013343 0.25 MB 758 58
291,022 291,022 0000000000000000a48f0e25d8305c39594aa576f6b8f5d471998270c6dfd0ba 0.50 MB 1,215 43
291,021 291,021 0000000000000000d866bc09a25ee6901534ccd83387f2ac898a40d0fa6e87e5 0.01 MB 38 35
291,020 291,020 00000000000000001682297838f68f9cc598da256e7e41b3833d128948a08d5f 0.13 MB 268 34
291,019 291,019 0000000000000000af8e0c043defa44a45ffb8d3fad94c8a7a9fba22006d070e 0.31 MB 682 42
291,018 291,018 000000000000000085ee212db925e12deb2703297ca598e0bceab9aae2c429dd 0.10 MB 227 22
291,017 291,017 00000000000000001e00d68c0710145a986fdfa4bdfb1b820548dd628f2da040 0.47 MB 1,137 38
291,016 291,016 000000000000000079487e5bc724068e44ac38caa8172c9b4e94503899782173 0.04 MB 128 52
291,015 291,015 00000000000000009e012af36d6459b35dc73ef780c58510e124cac349031564 0.21 MB 424 38
291,014 291,014 00000000000000005e254c99a15c92b531cb21ad76a506b8a87761528b97dcd0 0.03 MB 83 48
291,013 291,013 0000000000000000a338faa15325f41e2d321a269bcd499ca01e79a0f1381d53 0.18 MB 396 36
291,012 291,012 0000000000000000f84a5744ec0ef92162fc004940f0103ab152b5e1d8cc59f9 0.05 MB 32 7
291,011 291,011 0000000000000000d96b36127b7141d5d97da4e03cb780c85fc48c42fe1459f0 0.25 MB 515 36
291,010 291,010 00000000000000007f3591f40fa3e81611989d9937cebb906f3f65cb88d52a0f 0.26 MB 557 39
291,009 291,009 0000000000000000f5ec2f7a4e0aa800424db9e560cd4cdcaf8c9aca8eba0dbd 0.05 MB 128 45
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.93 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.