Memory Pool Memory Pool Refreshing

767 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (715,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,805 191,805 00000000000001cb2a0a41866a136fbaebda10495a3ae6d634c39a3859517c89 0.00 MB 8 0
191,804 191,804 00000000000003ef3de7a0321001c6c8c40bca686a7c564d84baa69b253a7910 0.25 MB 348 117
191,803 191,803 00000000000004e5df1d3c52e3446394887219740b9564f46aea71befed33ebc 0.08 MB 202 24
191,802 191,802 00000000000004840d1be7a2a238fe285c4c49defe0c29eb0e32dbd36aa95e00 0.25 MB 361 89
191,801 191,801 0000000000000585269f2f12630ca90902ef238d79bf1e78dce53d66dc2ab557 0.26 MB 244 382
191,800 191,800 0000000000000285297e16d9456cccd123b04847f68494b97ed43fea3e118d04 0.05 MB 147 121
191,799 191,799 00000000000000587bc8e9ad43dd7758f2326967ea6f65c36d40b6831571c18e 0.00 MB 7 0
191,798 191,798 00000000000007456201b2a0cae44cbb71c4d781215221263ce3674d13ce5d4d 0.15 MB 268 131
191,797 191,797 000000000000068b82578692cf57aed90c1a23fb0d21ac28c31e124adfbf7b50 0.09 MB 256 77
191,796 191,796 000000000000048d93bfdb638efe28c215b04dda4e01b92016482419fbc01e17 0.15 MB 433 293
191,795 191,795 00000000000001b3065fbfbb0103c827add706f7c3e538c22c050b42632968c0 0.20 MB 512 112
191,794 191,794 00000000000001f684645bb183d373e5d19e9329c353c8daffb34cfaae7cd8c0 0.19 MB 385 99
191,793 191,793 00000000000007a6aa7b80bd642d9f255eefb7fd33783a886875ab4b071e2fcc 0.17 MB 392 434
191,792 191,792 00000000000008188e9f73318461113403d9d68b2b57ac23b7e018f492c68a6a 0.01 MB 14 185
191,791 191,791 0000000000000305f0a6d188f0946a165d8e53e6e8ec55685ae3d56c13359060 0.07 MB 83 76
191,790 191,790 000000000000030904503c8266db5a1fd0293c42959d1c4fa9537aa1131e5e86 0.21 MB 605 201
191,789 191,789 00000000000003a92988d16a29754982f1b34f8e1bc94080b5f2a2bac1daf859 0.06 MB 128 119
191,788 191,788 00000000000000e0a6a0206db52761a7aff5d8fb12e58315101ad6e86b5b1d73 0.12 MB 291 148
191,787 191,787 00000000000007ad6ffbe4703648348ca2a86a39ceead2e6f676e629d63a4e36 0.02 MB 26 46
191,786 191,786 00000000000001e28b017d961d07ceecb03b57e81bc4188ad0d3d5baef59da85 0.09 MB 219 95
191,785 191,785 0000000000000122f979fd0a9cc8646bccb10238cd642fcb80516dfe90135f0f 0.37 MB 869 134
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.