Memory Pool Memory Pool Refreshing

12,215 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,036 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (718,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,005 189,005 00000000000005c0799c000bd4c71251b2bddde5994b62d12e40754fb8e82d9e 0.08 MB 138 96
189,004 189,004 0000000000000823d3c81605641a7b3656914004de838d717f129891928af7eb 0.03 MB 88 119
189,003 189,003 000000000000061cc3de70ee68d91a0731381f65ec2548259ef0f4b9f62f7d5f 0.01 MB 32 118
189,002 189,002 000000000000071b478ae54e115c236e3b107af12aa31ad71d88cdd81f1b34a4 0.01 MB 35 104
189,001 189,001 00000000000001d234cc1654342cbe77710fa4ebb68bdf5218379c7b35f85d4f 0.05 MB 131 124
189,000 189,000 00000000000000cb70eababc6787d13fd1c157f487145b97a15339336855d797 0.02 MB 71 90
188,999 188,999 00000000000008ce9b7e9820fbdd78e47669b5cbb29062a87f81ead6b5c4070f 0.00 MB 13 15
188,998 188,998 000000000000083c940b71e15a80b6edbb1fc2a3e5b3259a302d5d4bea451b6e 0.04 MB 115 156
188,997 188,997 0000000000000021184612f6532fad11b5fdf60fa481c3f645801c5510ee0018 0.04 MB 94 109
188,996 188,996 000000000000077d209d247ca54b27e7e87ed8f162ce7dc6cf817955b16b028b 0.05 MB 152 76
188,995 188,995 00000000000004a4466031a77fd50c4cfa085338592f5add254c1a147083bc66 0.03 MB 70 125
188,994 188,994 00000000000007fa5a4d385acd043daeca2b9eea718308a31361f468907fe7d8 0.05 MB 98 94
188,993 188,993 00000000000005b22affc4bf28ae9cd552fc9be667102b388784286407d6e815 0.06 MB 171 103
188,992 188,992 000000000000033a7a40f84dd1a5264e528527e530b554668d4c23fe1d0228b1 0.00 MB 1 0
188,991 188,991 000000000000078cc159ab4f5f9b4142b56b346a508907e8d8c43389ea7452eb 0.02 MB 75 140
188,990 188,990 00000000000002f88fd17304f24815fed7fd1766883f001875b7f67376dddbbf 0.03 MB 124 13
188,989 188,989 000000000000060fb219567ba79094d1585ab52913ef3f0e14ed0889da175341 0.09 MB 166 112
188,988 188,988 000000000000057a0a95811deef28f5633c141d1b69fcc4132a74e6f0eeca6f2 0.01 MB 22 103
188,987 188,987 00000000000008c14d44dd1840da1c5d81b8d534e410eddda428e7f9616285fc 0.03 MB 56 95
188,986 188,986 0000000000000185971b1dd7ee4855a5d7bdf379c5dee32143ed1897d3b5a99a 0.11 MB 266 118
188,985 188,985 00000000000002214d4c440213afe3b633ea656189900ed7cb68527455496926 0.09 MB 256 140
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.