Memory Pool Memory Pool Refreshing

5,580 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,758 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (308,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
598,942 598,942 00000000000000000008d68b898c5140a4586dbd4b5110c4d133c08be0b0a5f3 1.01 MB 2,115 16
598,941 598,941 00000000000000000004f08742e2d0fca6e4a99ed1075b655a582d88d700b524 1.08 MB 1,056 9
598,940 598,940 00000000000000000014a009b0dc11d253cc03a45023b027572189216f079cc5 1.30 MB 3,032 9
598,939 598,939 00000000000000000006bd158d9d9fc0aca89ea29c5172ff23f1543a95122aca 1.24 MB 2,943 32
598,938 598,938 0000000000000000000e8b86f96190c3332a589c33dea0cb5f586bbd50cd160b 1.41 MB 1,407 19
598,937 598,937 0000000000000000001464c35bfac9dc81c0c5f0616921fb5adfb998b22340b9 1.38 MB 2,035 31
598,936 598,936 0000000000000000000825d8d5d3a9feb9d2588b11de7623a75a7be19cdd13ce 1.43 MB 1,712 28
598,935 598,935 0000000000000000000029fd556c393176b8e91f6c8d37b85b39682b40a5f5cc 0.08 MB 229 21
598,934 598,934 00000000000000000000e57457f6817ab1544c8931fb24702c028c0e13e9adfa 1.01 MB 2,169 5
598,933 598,933 00000000000000000013e0c8a5e3611114fdf57b4c453b17f511bad059d36d98 1.39 MB 2,344 33
598,932 598,932 000000000000000000021f3e8edbf6ddab58049f2d1b035914bdc814d02099a0 0.56 MB 1,624 16
598,931 598,931 000000000000000000105cc19fed28473f1b1a694a7ce035311b1992a4191205 1.33 MB 2,798 13
598,930 598,930 0000000000000000000063e5f0585125542f5c9691eaf6f7f54e67d59faf6ef3 1.24 MB 3,016 24
598,929 598,929 00000000000000000007473669b62cf2576ef4e88ceca454c8f7997181bfad25 1.28 MB 2,857 14
598,928 598,928 000000000000000000127cb416a6038477fcfaf98d50db099168cea1b43f5cf1 1.29 MB 2,763 40
598,927 598,927 00000000000000000003c3d655b13910c9bd7260a0e08f1c83fb97cf924dec79 1.17 MB 1,676 22
598,926 598,926 00000000000000000005f831d37153aa74c2e85d548c6cba9bce3cd4f48a7f95 0.72 MB 1,930 21
598,925 598,925 00000000000000000015694fd7d0d95d6153baa85a13b36905db250b8d5ac26a 0.27 MB 863 1
598,924 598,924 000000000000000000148416909bc46a4a7929c15176aa7e36f2c8c6aab1e75d 1.26 MB 2,536 11
598,923 598,923 0000000000000000000f78b11ba397fb6373c9da996b6aab3e405fe1ea974f01 1.12 MB 1,635 11
598,922 598,922 000000000000000000098b79a18f36e04325513236e23e28615e6d08541749e4 1.12 MB 1,894 15
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.