Memory Pool Memory Pool Refreshing

6,167 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,580 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (818,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,843 89,843 000000000001a2bbdb6b9c3361108203cf462a91c34adb9c5c06febc67f78b89 0.00 MB 1 0
89,842 89,842 000000000005667722488b4242587373201ae935aa877c9525e05e5df6d685ee 0.00 MB 1 0
89,841 89,841 00000000000ee98fbf5dfe77091b1160d4e5d7e9ce8164bd6157dda4eac7d4f7 0.00 MB 5 0
89,840 89,840 0000000000028a796e3f6dd4ff2c85e6c2b6f3f1939c3311b288a7d251b7cc59 0.01 MB 3 0
89,839 89,839 00000000001486945a558bbd32b830717d44a3e629ee351946c21860429b75ed 0.00 MB 6 0
89,838 89,838 00000000000a04a560e1faa9e53836309f520293323fd3af88d93df85205250a 0.00 MB 4 0
89,837 89,837 000000000009447fdf1b9b68d143760a667bc4399b1acac48a8d226cfc61bbf3 0.00 MB 3 0
89,836 89,836 00000000000bbb5442f6892d5ab340e04d0fbb2482cabdea2701b42ba2f2fffb 0.00 MB 1 0
89,835 89,835 00000000000b380504452527c0f78582cea50d07758b2eb5ff352bbf81cb9458 0.00 MB 1 0
89,834 89,834 0000000000093daf2cc58d6505186c8d48a4b7d3b23b3c129443dfb932fc8fc8 0.00 MB 2 0
89,833 89,833 000000000010410af152e3c718f660f17ebd51ffbbb4befae2ed123696508544 0.00 MB 1 0
89,832 89,832 00000000000f54a3f7be89873b19f8aa152bf875b6d95d9dddfe3130ff7b29e3 0.00 MB 1 0
89,831 89,831 00000000000878e654d6b5cdf95f725232846df33790b6a626a8a43a1b7e78c0 0.00 MB 1 0
89,830 89,830 000000000005bffa9276727bd919d28b1f5c913d73425166a643af5caba49efc 0.00 MB 3 0
89,829 89,829 0000000000137330310f6209e8778d5b8abf33b5f3c2c746c8b26c3d7dd80945 0.00 MB 1 0
89,828 89,828 00000000000fea82d3169bdfb2dae5cda5e3934832e3c09c79abf4d3ba46f9e5 0.00 MB 3 0
89,827 89,827 0000000000117778b5b2bbd3441db3070982365f0e8ec2fda4be5cd7fe95f2ed 0.00 MB 2 0
89,826 89,826 000000000013bba34fc3fc255b2b10a24509b1b9dcb1969f14fb5c430f16a28a 0.00 MB 2 0
89,825 89,825 00000000000b7f42ddb495d83199296dfa8f96701089778388c73d0dad3a4ceb 0.00 MB 2 0
89,824 89,824 000000000008f6866f4e2b61592bd09340b3708c4a097f0ee40e4c94216aa0e4 0.00 MB 1 0
89,823 89,823 000000000001b293dc1e64548ac3a7e73c0318d31e5b7fcb2989775b754bea34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,854.29 GB sent, 101.94 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.