Memory Pool Memory Pool Refreshing

12,487 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (775,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,157 132,157 0000000000000736795f18f7bb50002b57077333a0d87936727e54b070fd554c 0.02 MB 62 594
132,156 132,156 0000000000000517553c71a833d3c8619530439b98828f1f20f70aca441a3bbc 0.01 MB 25 805
132,155 132,155 000000000000042c76ae7f52ed6077bfbbd45194c7bab00d03c7178019ec88f5 0.02 MB 67 787
132,154 132,154 0000000000000cd28df8673563e938dac3d271a1d258f19d236e2fd6106a2f6b 0.02 MB 52 755
132,153 132,153 0000000000000d74bf2255c652a75497b1900fa49d77144819205c31f016bf78 0.03 MB 116 83
132,152 132,152 000000000000046486a01fad67f411b1eed7d52b969d0ee38844863ef1878c2c 0.00 MB 18 433
132,151 132,151 00000000000009c6a45ca1514c38902c37b45439b41a51f8666f98a385a5ec07 0.01 MB 16 978
132,150 132,150 0000000000001179f69723ea49a9d67268daa3cf32ba7edf79c56ee767647749 0.02 MB 42 676
132,149 132,149 00000000000003a7d61d3b730c732b28031c80aa98de5ff5cdc00e608c84acec 0.01 MB 28 410
132,148 132,148 0000000000000c94295e488361634a9ae4fabd2f3b1f48d7b391cfb0f1cac8ad 0.03 MB 63 410
132,147 132,147 0000000000000605313e623e9b167a834580b10ab7e689956702e7f581fc5b01 0.01 MB 20 451
132,146 132,146 0000000000000540d50ee25e71339e048a0c0bddcb4c814cf40f4624ca3e762e 0.00 MB 9 303
132,145 132,145 00000000000000c43eba4b3377685be4e3d2165af52bed08091cca7e130a0cfa 0.01 MB 18 886
132,144 132,144 00000000000005623d725272de872109657e39c6c28b4b4c8b6afb9c00ad24dc 0.00 MB 17 23
132,143 132,143 00000000000004235853b0e9f78623854b50e94bb1a35b42e613c369306ec439 0.00 MB 4 3,260
132,142 132,142 00000000000008bdfeaacf0b18416fefb179a57d741e37bf5e22bc260f21232d 0.03 MB 75 366
132,141 132,141 0000000000000775ca679ce405137c569f1bf43e8e7d096b5047d95541079b32 0.00 MB 10 733
132,140 132,140 0000000000000a1fcf18ae7c5146215d1fa60a41ef0121f34b38ef48b320996c 0.05 MB 157 113
132,139 132,139 0000000000000c56dac2a890cd948cb8f22d74c6d69cb8f87fda906b06ade6e6 0.05 MB 168 300
132,138 132,138 0000000000000d7216c9e009e76ddb7aa08419605331d3cdbf3aacd04a6b1574 0.05 MB 130 216
132,137 132,137 00000000000008ad719898eafd561bac91b763c4e19e602b3374516089201094 0.00 MB 12 340
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.30 GB sent, 92.91 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.