Memory Pool Memory Pool Refreshing

4,086 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (716,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,810 191,810 00000000000008324ab78e2274603ef9ab8b5f8238c6d9409236e121bf720785 0.07 MB 162 142
191,809 191,809 000000000000056f1bc3f141cee83407c1de37074d900e33519b03f12ccb25d4 0.02 MB 55 428
191,808 191,808 00000000000003b9368d8b8de2f8baed06c976a62c6607a7fa09ab16b975a4ef 0.07 MB 145 99
191,807 191,807 00000000000002affa41e43439e40a72b9febc3cb8435514275da1b967cbfe0f 0.03 MB 76 79
191,806 191,806 0000000000000241569c534729441127e871f822844b768cb6342cf5bc960885 0.32 MB 804 130
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
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.