Memory Pool Memory Pool Refreshing

4,170 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (57,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,857 849,857 00000000000000000000d2845e9e48d356e89fd3b2e1f3da668ffc04c7dfe298 1.65 MB 6,017 8
849,856 849,856 000000000000000000019b315f00712958c22b86b09e3f53998275eacbebf9b6 1.59 MB 3,284 16
849,855 849,855 00000000000000000002935271c819bc0150dbec4e8b0f41cc13e60fa12df96e 1.66 MB 4,754 10
849,854 849,854 0000000000000000000136bfa0892ddd18fd19ba1f129c5edcfa018df281e224 1.43 MB 2,746 14
849,853 849,853 00000000000000000002655272d7402248de36bac5fab4775ec92ac79f92734d 1.72 MB 2,931 9
849,852 849,852 0000000000000000000296a74ddc3141a45c5c78eb50408cea0d92cef727a6e0 1.59 MB 3,257 19
849,851 849,851 00000000000000000001ded1832b83def2bae323a5a4ab9edbc8553db58191a3 1.61 MB 4,264 14
849,850 849,850 000000000000000000019a6de346adf2397326e265743d4e889d47c5cf187efe 1.76 MB 6,638 10
849,849 849,849 0000000000000000000327a7f15595a9d06663861a730db99bf9acf8250c8eee 1.79 MB 4,071 13
849,848 849,848 000000000000000000030162350385edd95507218936ac681fa78f0793f8645e 1.75 MB 2,440 8
849,847 849,847 00000000000000000002c1a036528a20cb57b4059eae609acc43d94b9829ee73 1.70 MB 3,445 12
849,846 849,846 00000000000000000000910a0bc7dc4fa2e07d539c7b29c2310848e16d159779 1.55 MB 3,533 19
849,845 849,845 00000000000000000002c7fefb9b000fa67055876f6e281877425cbcfc9a7d6a 1.55 MB 3,428 15
849,844 849,844 00000000000000000001d8956b4b2066965db045ed5038c31efd8cb38cbb7faf 1.48 MB 3,867 15
849,843 849,843 00000000000000000002d30e77784e29ddf52d58c66451ccbcc9b0692d3e2337 1.60 MB 4,151 9
849,842 849,842 00000000000000000001dea82cca4d125385627cb6efb6c82301132089d2878a 1.65 MB 3,519 16
849,841 849,841 00000000000000000003546031a4e3a4967d6e2caf692765fd33a4308ba25a84 1.85 MB 2,024 19
849,840 849,840 00000000000000000002af41eab71bac2f18d8908ccecd35b03240cbff8bd8e7 1.80 MB 5,255 12
849,839 849,839 000000000000000000028d7433bf8f335d7e7b4f3bc3e06fcc81aa62c832e085 1.79 MB 3,877 14
849,838 849,838 000000000000000000030e4deda342c9b61eecbedc1cecba628ce64f74b9d462 1.61 MB 4,842 14
849,837 849,837 000000000000000000029c2ba31720dfe387a14eb7dfc74f7713d6314f5751ed 1.65 MB 4,578 14
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.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.