Memory Pool Memory Pool Refreshing

17,372 transactions
5.60 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (723,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,933 183,933 0000000000000a4750456187b4625cea677782e43185beb24187edb9379d267f 0.25 MB 670 166
183,932 183,932 000000000000061cccc4643112354e27d86df0740b5f23740361ee31e640a730 0.07 MB 101 117
183,931 183,931 0000000000000749c26288666db8c9d13aad582ae6924f7303fd112fdbaef53b 0.00 MB 1 0
183,930 183,930 00000000000001dcd3755dd959d7b57706c6f542f85ba4a437471bca858dcf51 0.12 MB 214 99
183,929 183,929 000000000000005cecb953c0d95f5b93f83e7c0968fa9768e24a3dfa728c6dbd 0.14 MB 401 133
183,928 183,928 000000000000086e6d330ac97d4ea34c41ba1f1d6e780a6a7afb7c9c4b2fafd7 0.25 MB 598 198
183,927 183,927 00000000000000a0b5adc6b70a48d4f852f6f4ae0b978b66069928b96ca07287 0.20 MB 518 161
183,926 183,926 0000000000000032cb1eb2bf3dfd7cc636ed5c1a795cadbc3d5023a5714c81b3 0.04 MB 121 58
183,925 183,925 00000000000000b393dbd0a0d8a56d97afa1fe7f54df7ed2d93440b90f394e03 0.20 MB 495 180
183,924 183,924 00000000000006d78376471ff4b89f764755fd365f94e085cd6bcc129b597710 0.05 MB 141 144
183,923 183,923 00000000000003e04e0a1ea6f9d12208ea01ee7ed59e791855889affe71374e3 0.23 MB 488 107
183,922 183,922 000000000000095548198fc7041bb278ff1f28d0ffa6cf08cf111393b2d95c0a 0.03 MB 83 63
183,921 183,921 0000000000000035dbcd30a1dff84d78bebf9fa1055177f3b62513a139142cee 0.06 MB 106 112
183,920 183,920 00000000000001b578f800cd005d29da4b444f6ac8d6597a1a11195a950249a0 0.24 MB 564 135
183,919 183,919 00000000000006ccd0c09e6ff36086aff018350143325e0db41f4677f15c2698 0.08 MB 160 112
183,918 183,918 0000000000000301fb7c2d8b8c6c190fe794a89f830436bd58a92abeca9fb3d5 0.05 MB 94 101
183,917 183,917 00000000000003bd4407683c0033432986574f9a5474747c2d656d102ff99127 0.19 MB 377 114
183,916 183,916 00000000000003f6eb572bf2ecf75ee6654ff71b62fd492d2a3611e4b43bbd44 0.00 MB 5 0
183,915 183,915 00000000000002cfa7cc443ef1ccef125c587138e3c467e18a62cc7bc20b7fe5 0.05 MB 142 114
183,914 183,914 00000000000000ed9a17735b6e19fa9d7d8a19bd84b8dc00276c1526fd9bd857 0.02 MB 50 141
183,913 183,913 0000000000000a66b02ae9b9e8f6198f2c9a021cd8a1ed3095650335a6b41c29 0.05 MB 115 101
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.