Memory Pool Memory Pool Refreshing

8,342 transactions
3.82 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,029 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (10,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,881 896,881 000000000000000000019ca54eff86b07e702e85f77983f2a35b9e5c52086d04 1.69 MB 2,247 3
896,880 896,880 00000000000000000001ade6f98a90ade94a4b9dd8e57585e9b2bfe38e977792 1.77 MB 2,866 4
896,879 896,879 00000000000000000001dd6add74e1eb9c5a9e37ad400f979f97ad77951816a4 1.27 MB 1,363 3
896,878 896,878 00000000000000000001adc5d6a9b2dcd5e1275b8ca066759fc96559e7f5bc27 1.17 MB 963 2
896,877 896,877 00000000000000000001626b141701b050f024b24534981b9e7f1fa77cb3ea37 1.68 MB 2,208 2
896,876 896,876 00000000000000000000679c0bd8038daffca80822690dacd9cbd5533f05e24f 1.63 MB 4,117 5
896,875 896,875 0000000000000000000182a5a6dce71355be6c2635db0cdc309be4f009326dc7 1.52 MB 3,690 7
896,874 896,874 00000000000000000001d47e19cb5d952a3088d32c83caa788de33fb0c38d359 1.53 MB 3,101 5
896,873 896,873 0000000000000000000096a310b0681f97b25f1e9c2e24b43ab7a208b1b51b74 1.50 MB 3,045 5
896,872 896,872 00000000000000000001329555db508b86b42e7f3a0b51278963ee47a3e94131 1.47 MB 2,352 4
896,871 896,871 000000000000000000009c0468da7228d3e3ac365fe60e34cb3177154aef75cd 1.63 MB 2,604 4
896,870 896,870 00000000000000000001f49388412db3e9363ffe67e8521d497b13eaa84a0236 1.53 MB 1,223 2
896,869 896,869 000000000000000000011bae99aaf5a6a14033c549b2a10142cdb56a981adc26 1.62 MB 3,009 4
896,868 896,868 0000000000000000000064c03daab391b02e7e8862a590b6ba76ca334cf8986e 1.61 MB 3,897 6
896,867 896,867 000000000000000000001b57fbdcb0548c0be059ff651bd6fa9bde41eb73f2ff 1.55 MB 3,313 4
896,866 896,866 0000000000000000000096b4a84579b9d4ca2f2e9fa0d87d3c1658c90f1a045d 2.01 MB 3,239 1
896,865 896,865 00000000000000000001b25cf9ecdab82057fec963306dcf244a47854d3b0f27 1.41 MB 1,172 2
896,864 896,864 00000000000000000000da22fa72f256ae63549977723fca9cdd0eedcd5ea25b 1.46 MB 2,403 3
896,863 896,863 00000000000000000000ca1e95aa12666553d8cdde3b336ef3b7847ac7160b6e 1.33 MB 1,613 3
896,862 896,862 00000000000000000001d8019ad8ef81533b3f2e43b471baccbc743f21192d7a 1.76 MB 2,934 3
896,861 896,861 000000000000000000023c4a2446db865003140acac4ed6b5504e499c2ded645 1.57 MB 3,105 4
Previous 10 blocks ↓
Total Size: 769.03 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,624.93 GB sent, 93.01 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.