Memory Pool Memory Pool Refreshing

2,124 transactions
0.62 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
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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (861,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,863 46,863 0000000037d8557c7dfc1e69f4db822898bc24b5b9aa4a622241de3aa295f89a 0.00 MB 3 0
46,862 46,862 0000000033cf92a163df23ecb40f894e502901c8532ffa1c0742790b5985bee5 0.00 MB 1 0
46,861 46,861 000000001d114cf0bde8bb87adb3e2cf6f789b68506045bdae319c789f844e28 0.00 MB 1 0
46,860 46,860 000000000a83fa8dd00307e53e610987e24c9e7928eb0ebddae659dccaecae96 0.00 MB 1 0
46,859 46,859 000000001247ff170fd90223bf8dbb7dc2bee8dcd9fe50ee6803a8405f00ca2a 0.00 MB 4 0
46,858 46,858 0000000014390286b18da71f6e2c6e3d6da5d0769a0847a7afd534789ca49346 0.00 MB 1 0
46,857 46,857 000000000f9d749a43006d6954d493bf689cf7f9ae390895155bcc4ff6641806 0.00 MB 1 0
46,856 46,856 000000001b3271baa5c134d80b9bdfc569ac9852bbda72ed7809c9289913a9e1 0.00 MB 1 0
46,855 46,855 00000000201b3160eda42a2c6ba292286cf26f1bad5999bca60e2d2e2268dcb6 0.00 MB 1 0
46,854 46,854 0000000020e0e4aee88367902d45379745343abad0cf2424066bd7622e168ff4 0.00 MB 1 0
46,853 46,853 000000001096d642f6a5cfe81ca71be7d231fe0e833ba2f9f25b4469d7093a70 0.00 MB 2 0
46,852 46,852 000000000ee2e26c3c7c5c937cf6c876309b270e89e96c3dd9a3bedc2ac2af9a 0.00 MB 1 0
46,851 46,851 000000001e114070a239def8052c8def6c57c1e84bfc64ba21543192bf3da8df 0.00 MB 1 0
46,850 46,850 000000003130718f4ec8552f56dd3978d74bdf84b3dd1e5c695caf79967ae191 0.00 MB 1 0
46,849 46,849 00000000368d3e537bc55155bcd7ccc379ec0a174abf443b74ec0c2c1d281135 0.00 MB 1 0
46,848 46,848 000000001ca49b0b34e3b1b6a35e02846e10a98831f6c1b071205e392ddd9a60 0.00 MB 1 0
46,847 46,847 0000000037c3c23818af0e333ad5bf65818b5efbe2b68a4f63774f8d070b7e8f 0.00 MB 1 0
46,846 46,846 000000001b73999be9300316b60ee7224e054c2f4889735eb3212440a4740d3c 0.00 MB 1 0
46,845 46,845 0000000012ac11a689ec42a899aec363a9ede7d4a6a8f1fcade38333965a391c 0.00 MB 1 0
46,844 46,844 000000001b4d0463712cfd988cc7cd943750d6e737fcf53ff11ec4ab0f587ecd 0.00 MB 1 0
46,843 46,843 000000002c92063e66a73b78b5aeea691031a3a696c4ef0a5522be8715ddc245 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.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.