Memory Pool Memory Pool Refreshing

5,220 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (718,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,923 188,923 000000000000030aab360fe9f7389312996c830883bb20eeeb25010ee01a1917 0.06 MB 121 147
188,922 188,922 000000000000043c7b720fd605e0813802e5c2c8ca19975225e3eb319226a41c 0.17 MB 256 99
188,921 188,921 000000000000040186a5982b42b21942ba9d6767538b4ce452d94ee9491f4f33 0.06 MB 151 145
188,920 188,920 00000000000007ce5cd122fcfd0163d16d5c742d69c743ddec02016eab342d33 0.00 MB 7 0
188,919 188,919 00000000000001283fc82b6b75b99fd23c763cd787e2a5b7e25b68c99c6e26e8 0.05 MB 135 154
188,918 188,918 000000000000012b95cd60eeffec7427a809b2851d5ed5b0a43a496d446db452 0.26 MB 378 104
188,917 188,917 000000000000041802831d0679d48d95628ce1d2cdddab05ab7e5eadf78ce5a4 0.05 MB 135 39
188,916 188,916 000000000000059e2a8855d2e81dfc9c23672223fbf8068d3020c60bd6786bcc 0.40 MB 922 134
188,915 188,915 000000000000021a9b952d8461e6ab25f4d48cf5c9976a40dfe22ef23a8b1a31 0.25 MB 439 118
188,914 188,914 0000000000000652723852a98b085ca2e440b52df87273d628bb12628759a8f7 0.23 MB 583 142
188,913 188,913 0000000000000677cf702acb9bdae5503611b78842e5de6849a21d798c452e4c 0.02 MB 47 28
188,912 188,912 00000000000001eebcc8f2e06d22723f9a79b98536d4bd7fa7f85b39871b94a7 0.10 MB 186 97
188,911 188,911 00000000000000797d83d085f163c3692c4830a0b8f121cd6b2f8c85d6b70cf1 0.05 MB 124 167
188,910 188,910 000000000000081f6bbc2a1352b7d4c884da49f4429a37014dcab55caac49009 0.00 MB 12 171
188,909 188,909 00000000000003b834199173eac3a3f0a4639911c2dbc4f4c5c8a3ead52616a2 0.05 MB 175 39
188,908 188,908 00000000000003f3daf4c0f752ea8f228a90776f5679a63d629a658d49d89a43 0.03 MB 51 57
188,907 188,907 000000000000003a88aad4bccfd73f2a31ed00931742cea6b30039c36f01d372 0.06 MB 141 228
188,906 188,906 00000000000009324d932c2a5fc07a56c137f82636d5f1306f050501b376b2fe 0.20 MB 391 118
188,905 188,905 0000000000000364ae55ec16eb739b0ae3695e440a9242f6038fd6520e8eef32 0.25 MB 518 151
188,904 188,904 000000000000024b04aba0b76a7634b8c9062a4daaa1019992a833a1d764325d 0.25 MB 565 120
188,903 188,903 000000000000039a6daadc928166338b6ef19330a107877fc2754565696b61a4 0.15 MB 350 143
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.