Memory Pool Memory Pool Refreshing

3,468 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,689 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (96,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,956 810,956 000000000000000000016ec1bd47f0d145f6d951750f1fe8722438006b8d3d73 1.73 MB 2,947 22
810,955 810,955 000000000000000000043473b82d454e3218706840e8e54727d99256aac04403 1.62 MB 2,043 20
810,954 810,954 000000000000000000025c879f63b656e2b29cfcc2d8fa06e26dda087e1f5a21 1.45 MB 2,344 23
810,953 810,953 00000000000000000003a69892aef40d6030e33560bd314fce58c510d10b1c85 1.51 MB 2,371 22
810,952 810,952 00000000000000000004c40613501d95df52634f2dc539b8153a0a374579c2ca 1.53 MB 3,304 40
810,951 810,951 000000000000000000028ffd990f514c589e19da158469ae64512c0d2837bdad 1.27 MB 2,068 49
810,950 810,950 00000000000000000002388e68654b8439c6449e0d121ab18fd96c44fa55fd9d 1.69 MB 2,936 27
810,949 810,949 00000000000000000002620bd285594adfc486cf27a0e82d5a71cca9c49e98c0 1.76 MB 1,862 11
810,948 810,948 00000000000000000001bfe62b1325e6104adfeb5089aa866f31628504d3d294 1.64 MB 2,209 18
810,947 810,947 00000000000000000004743f7a5774f1715981452955a49afa38cd6b8b821e0d 1.68 MB 2,864 34
810,946 810,946 00000000000000000004b2c3351ff83a7883acd7c4baa17a35f64c0e2cfc9c11 1.54 MB 3,438 45
810,945 810,945 000000000000000000040278e4db045cd687f2cd949137b26d02790db3b2b42e 1.32 MB 602 6
810,944 810,944 0000000000000000000196251507b07d4cc77812fae9f1ba8d7a6b21b40aa30e 1.73 MB 1,846 18
810,943 810,943 00000000000000000002764ecb3315e8faf03276200be5fca45c7a7402460e2d 1.48 MB 1,709 18
810,942 810,942 00000000000000000003d32dd26624fdd9616b20f9d7188207a5a4d6b21b6b89 1.56 MB 1,807 14
810,941 810,941 00000000000000000001978ab4951a4892b0fbc7cd28e95ea32105f3e8b49d6a 1.33 MB 979 9
810,940 810,940 000000000000000000037f63021e9cb1a0635d6fd263947d955cf2a530241a31 1.81 MB 1,895 11
810,939 810,939 0000000000000000000188c90138e696913f2e2031c5e110a8252a16797e9146 1.55 MB 2,059 14
810,938 810,938 00000000000000000003a45dad1ab402c3315fc7f473e222733aa487e0ba1182 1.64 MB 2,501 30
810,937 810,937 000000000000000000016d7a6ade598a05895c07447796e920a3579e180dd6e2 1.55 MB 3,328 32
810,936 810,936 00000000000000000003d226f612683ebc6cddb7e2e942bd7663a60f11816230 1.44 MB 3,241 45
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.