Memory Pool Memory Pool Refreshing

8,388 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (793,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,005 114,005 00000000000031f6318f39b61d379bf37f73e390f6238985ba9bc5917654511f 0.00 MB 12 322
114,004 114,004 000000000000464765245b719e9fe79467e558548b7f24b67731f531493ac4d7 0.00 MB 9 307
114,003 114,003 000000000000635be3ead6d476143e376c616e110d384d3b08722c6a47508f49 0.00 MB 9 0
114,002 114,002 00000000000057a51891efb7d23077049bcdf7acc9a7793d41decc9752305b33 0.00 MB 11 585
114,001 114,001 00000000000086f38ecc2a8f8dff3bb9e1a2a642e965d4ad84e5c00e8cb7847c 0.01 MB 31 453
114,000 114,000 0000000000003195a1e6dc48a540264d37e9ef79b552bd78ea4b93a3b6e7e449 0.00 MB 9 1,505
113,999 113,999 0000000000002c85b594b6eb5fd83de9ccafffd0291ebc1b269eccc891c31a46 0.00 MB 10 0
113,998 113,998 00000000000002635b8487349db5bbd6ad56d058a3ca83fb8a1845847972eaab 0.00 MB 8 317
113,997 113,997 0000000000001874147fa60f9c6558ed8e84a90f99e399425557ace3233c86e2 0.01 MB 28 126
113,996 113,996 00000000000089c3940caa020c6736589aa13926fe5765c962e36a8c360123b1 0.00 MB 9 0
113,995 113,995 000000000000b4b9068270e39518e8383c4c70dd839b2d58cded370c3efdf131 0.00 MB 7 294
113,994 113,994 000000000000958cbf3b5e93e50ab0af00d02447d18cc9307fb68e424a791325 0.00 MB 11 0
113,993 113,993 000000000000424cbf58ee6c0eeb77fdb481409d927afea8c4538e0afd9b45ab 0.00 MB 9 0
113,992 113,992 00000000000018393ce94c25d02517ec1bc6cc434325d2698f206ad52b570d59 0.01 MB 31 0
113,991 113,991 0000000000000069f27bf1a093841af416a1fad6ee1e5c442d502d8e2bb94b67 0.00 MB 9 310
113,990 113,990 0000000000005a7c75f3c3e2b00b1db365cf2cf0df98108434500be290ff7f33 0.00 MB 9 0
113,989 113,989 0000000000005bf36b2c6671e247d03609cfb3085935beaf4ff53030e9fd8cae 0.00 MB 9 318
113,988 113,988 000000000000689bbf626be3147580abce60337a82cc9777cda1339069397bc0 0.00 MB 11 0
113,987 113,987 000000000000adb3ba35fafe20fd77460bc1b28f10a5a65cafc0310cf575c398 0.00 MB 17 0
113,986 113,986 0000000000008d20b1346e394e1c808d45aa8bf2451d45b15407e667848be657 0.00 MB 1 0
113,985 113,985 00000000000032423318658705b0a9d3ea6d5d3a22357a68485da227538594f0 0.00 MB 10 0
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.