Memory Pool Memory Pool Refreshing

3,585 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (747,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,440 160,440 0000000000000d86a86db6a01239f96fe78101cbed1d1fda0a46fe1c398bb060 0.03 MB 63 270
160,439 160,439 0000000000000c012ecf83f691debdddb461eeba863fffd3acde57793ed096fb 0.09 MB 76 90
160,438 160,438 0000000000000c62e884b7fe3b8e0316f8ff0f3ab69ac1264115f41b27f24f5f 0.04 MB 40 124
160,437 160,437 00000000000008f343105a35ec6892429b0393fb870a70a8fda0819aa49eb055 0.04 MB 127 1
160,436 160,436 00000000000003827b557ec402ac3684832120ce2840af2cdf30e47397ffc094 0.01 MB 43 360
160,435 160,435 0000000000000213879183c4ed01b45816b3cc7bc08ae2613d6afbeea637bd4b 0.05 MB 57 386
160,434 160,434 00000000000009e0a312b0d0f247aa3668897be8958c2b78e6f194e351fc2638 0.00 MB 8 38
160,433 160,433 000000000000001037e6ffb90836bfcf52ca91696ee8fca4f7c130421f257b4b 0.01 MB 38 134
160,432 160,432 00000000000007e9c2bc4edc19292e70112188e4801189e8d9c3262e27031dc9 0.00 MB 15 51
160,431 160,431 00000000000006a657b31fc61496a273f553767839f9c2a9403194d4e51a7d31 0.03 MB 85 135
160,430 160,430 0000000000000257a1390b873ce15d2f05194f295303a81a474aac180cef5a72 0.01 MB 24 65
160,429 160,429 000000000000061fd931f3bd6b8a4754fb17b2742806565550dd0300b1afe5c1 0.04 MB 36 62
160,428 160,428 000000000000034390b706aee0b6bc4733240245dc619e202dae5a7bdbc54b36 0.00 MB 1 0
160,427 160,427 00000000000004a75663e6409a76789d8295ed18453420abdffff56c71206911 0.05 MB 20 45
160,426 160,426 0000000000000c34c61377370bfe3a8bfea7b745b810433cf2b677a7a54beebe 0.00 MB 13 251
160,425 160,425 0000000000000a240cf5fb77c84f15ef7e8716c524263a603c906e551bc81c42 0.02 MB 58 43
160,424 160,424 00000000000009651acafb056c549fd91dd0d175731d5b9f147e61d4336f4708 0.00 MB 1 0
160,423 160,423 0000000000000674756b9f62c844cded498e04beb3d2dc68bdc688d12396095f 0.00 MB 12 50
160,422 160,422 00000000000002084f6b48c44474548cb4f209f8d863cbbffe24dde707b5238f 0.00 MB 11 419
160,421 160,421 0000000000000d06565a874bc916213acff1d3b76d3f6d7e37011b863d88341b 0.00 MB 9 351
160,420 160,420 00000000000008fcb1ce84bf95038b6e52618cd3ceef6366419242cce4c372d5 0.00 MB 4 29
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.