Memory Pool Memory Pool Refreshing

2,250 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 2,241 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (744,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,963 162,963 00000000000006c66f133ea978c46a669f844eb93f1e01cf81192a15b1602e4f 0.03 MB 56 51
162,962 162,962 000000000000096303dd5f4ae57dac489b31294394cc39bb1cda5db769d44c84 0.00 MB 14 24
162,961 162,961 000000000000072b0fcc15e2714e8ffc19b330b042e16412c86777d9298ab984 0.00 MB 12 0
162,960 162,960 00000000000008204f49de7eea9a39aadcd757a4775c139f0bd7e73fd21e00fc 0.03 MB 81 285
162,959 162,959 00000000000008544c9ade806ea11168a6ab8287173e1687bf83357144df103f 0.00 MB 11 361
162,958 162,958 000000000000037584b6cb7e3699fbed64759f2cb115aab7721bcf3dd80e0e5f 0.04 MB 85 137
162,957 162,957 0000000000000a00ae9ae862e7d54eb819615e9d8482905658c98025312ce4db 0.01 MB 19 353
162,956 162,956 0000000000000c7e1b417fb039d4608fda4e661a275669e58ee2c6883ca256c4 0.01 MB 16 149
162,955 162,955 00000000000007d7f2c65568000bd0e65724da02a583f17dc29a0453fa813e39 0.00 MB 9 24
162,954 162,954 00000000000003655160a6131e338c9ecf681ccf9a68f7780dfbf2673eb05f96 0.00 MB 12 340
162,953 162,953 00000000000001461aea6817054a0cce99af2d316b794cc302e32a55dc3b941e 0.00 MB 6 17
162,952 162,952 00000000000008482f0be4a54176ef15e75983685fecd28c629aeb5492e39ce4 0.04 MB 76 222
162,951 162,951 00000000000003134967807906d304133149fbf5ee075d775e9c2dd1daa6d51c 0.03 MB 97 10
162,950 162,950 000000000000062b01bc25cb6fc0d544fa8e6e62cd58e729b4acb4153ab06853 0.04 MB 71 142
162,949 162,949 000000000000052a9af7c1a2dc6d5bf2397e5be3301c77033227322531913fa1 0.00 MB 7 88
162,948 162,948 000000000000054dd9fa1b0d5d3abe9ceb59885a57ad0a66fcd7520c4cdd3609 0.02 MB 45 399
162,947 162,947 00000000000002c44c60d0c630319d8313eaa4207574aed08d22c9fc2a08c167 0.03 MB 65 321
162,946 162,946 000000000000080b0d9b39fe46f49ac98cadf2ece1b31db5cadf3e594a8e881d 0.04 MB 99 44
162,945 162,945 000000000000074711a1e0fe3a4af3f943dfe929f69cc935f372c0041e0aa666 0.02 MB 45 116
162,944 162,944 00000000000008eba3893535b271e120d092edb5b917295275a66478f6674ff6 0.01 MB 11 36
162,943 162,943 0000000000000ba859005c98382e7705ce83c8f2c058342a1c902c9f83c10c4a 0.03 MB 85 35
Previous 10 blocks ↓
Total Size: 769.28 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.55 GB sent, 94.33 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.