Memory Pool Memory Pool Refreshing

10,059 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,294 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (526,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,840 380,840 000000000000000001de1203842bfb338b4b81f6c99e730b680c88886c2db341 0.58 MB 1,412 41
380,839 380,839 00000000000000000c73fa596ae8cb0842381406ef5c3fd30aca9676f8d2dabd 0.36 MB 836 43
380,838 380,838 00000000000000000dc409839083843fd7d567580f8d6f2ed1192a2ab43f3657 0.29 MB 673 49
380,837 380,837 00000000000000000f9c25c6309d616ad2a97a44b5ad874557261c408fd381ac 0.23 MB 355 28
380,836 380,836 000000000000000012080d012263d0159a3e104badf7345cabf4694aed05ad51 0.19 MB 241 14
380,835 380,835 00000000000000000ed33de101d5b002e7464b5ea0b797ef3c5ec71d192d0c3a 1.00 MB 359 2
380,834 380,834 0000000000000000115c9095ad08474f4fb07aa73667553bc2dd0590e21b9800 0.97 MB 2,054 37
380,833 380,833 00000000000000000ec1f18db7f35880db1cb1ca6b0a0a0ef86e7a3d5ad2a101 0.12 MB 207 22
380,832 380,832 00000000000000000bba7769ae632607f189996c6ae7fe9dd67bd712d7d939b0 0.11 MB 180 24
380,831 380,831 0000000000000000112e182d5a2675ef7ef3f7e73c61a9819645e3d5b338339b 0.65 MB 1,558 39
380,830 380,830 00000000000000000aa7afed26ee392a998fcfb5bc721b84ef26e486ad0a2619 0.25 MB 406 27
380,829 380,829 000000000000000000d8e4c9db000f4fa3412e763fcc977edef64fad44dd4f39 0.25 MB 406 35
380,828 380,828 00000000000000000f7cdba479efc8e33fcb3fb6000097e634d1233a177119ab 0.25 MB 341 23
380,827 380,827 00000000000000000611839e21ac2858b9ed29acccebb45cd612b00f8a83a6f9 1.00 MB 629 14
380,826 380,826 0000000000000000081c95a8639bcf4bf2601d86bac0f34b1671f5b1d11de090 0.00 MB 1 0
380,825 380,825 000000000000000003b9fac2200827b8a9b5aa02ec661d4221a99a526372f1cf 0.86 MB 1,934 46
380,824 380,824 000000000000000007a90c661e48be07eb44ab6b4b305167549c2c24501248f4 0.00 MB 1 0
380,823 380,823 000000000000000003950ead5b56a19dd49a9cf8ee9c429dc9df7450c329563e 0.26 MB 544 37
380,822 380,822 000000000000000006f4bed7a4c68915236bfe6d7dce7fb9d3ba0a2cf43ffaa9 0.50 MB 992 36
380,821 380,821 00000000000000000773e94c28b1e0f2005e0968e65a5a9fd30c0c41f483baac 0.08 MB 97 19
380,820 380,820 00000000000000000de80195b0f1fdfd10821414edd06eaf7c3b806b8992c1a5 0.64 MB 1,405 39
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.